@charset "UTF-8";
/* CSS Document */

*{margin:0; padding:0; border:none; text-decoration:none;}
body {background-color:#000; font-family:Arial, Helvetica, sans-serif; font-size:70%; color:#FFF;}
#box-holder {width:640px; margin:-500px auto 0 auto; height:244px;background-image:url(../images/holding-layout/box-bg.png); background-repeat: no-repeat; z-index:1; position:relative;}
#box-left {width:183px; float:left; padding:20px;}
#box-middle {width:142px; float:left; padding:20px;}
#box-right {width:194px; float:left; padding:20px;}
#form-holder {width:194px; margin-top:20px;}
.clear {clear:both;}

#box-left img {margin-bottom:50px;}

.input-field {width:184px; height:20px; margin:5px 0; padding:5px; color:#666;}
.input-field:focus {color:#000;}

h1 {font-size:1.4em;}
p.one {}
.green, a {color:#9f3;}
a:hover {color:#CCC;}
.poweredby { margin:0px 0px 0px 0px; text-align:center; position:relative; width:640px; margin:0px auto; }

