/*
 * PlateEditor
 */
div#plateCover						{ position:absolute;top:0;left:0;height:100%;width:100%;background-color:#000;opacity:0.5;filter:Alpha(opacity=50); }
div#plateCenter						{ position:absolute;top:50%;left:50%; }
div#plateContainer					{ position:absolute;top:-200px;left:-284px;width:568px;height:400px;background-color:#fff;border:4px solid #333; }
div#inputContainer					{ position:absolute;top:0;left:0; }

@font-face							{ font-family: "Bradley";src:url(ZAPFCI__.TTF); } 
input.ple							{ background-color:transparent;position:absolute;display:block;border:none;font:32px "Bradley";letter-spacing:1px;text-align:center; }

input#ple_1_1						{ width:280px;height:42px;top:116px;left:220px; }

input#ple_1_2						{ width:240px;height:42px;top:98px;left:240px; }
input#ple_2_2						{ width:300px;height:42px;top:155px;left:220px; }

input#ple_1_3						{ width:190px;height:40px;top:32px;left:250px; }
input#ple_2_3						{ width:250px;height:40px;top:92px;left:250px; }
input#ple_3_3						{ width:270px;height:40px;top:152px;left:240px; }

a#ple_speichern						{ display:block;position:absolute;bottom:20px;right:20px;border:1px solid #444;padding:2px 10px;background-color:#3b96d5;color:#fff;text-shadow:0 0 4px #333;font-size:1.2em;text-decoration:none; }
