@charset "UTF-8";
/* CSS Document */

.left {float:left}
.right {float:right}
.clear {clear:both}

html, body {height:100%}
* {margin:0; padding:0;}

a, a img {outline:none; border:none;}

a {color:#FFF;}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
body {
	background:url(images/bg.jpg) no-repeat top right #000; position:relative;
}

#wrapper {margin:0 0 20px 139px; width:469px; float:left;}
#donate {width:469px; float:left}
#donateBox {width:469px; height:240px; float:left; background:url(images/dd.png) no-repeat; display:none;}
#donateContent {margin-top:40px; width:469px; text-align:center; float:left;}
#form { width:469px; background:url(images/splash_08.png) no-repeat; height:197px; text-align:center; float:left;}
#formBox {width:331px; margin:0 auto; height:160px; margin-bottom:10px;}

#footer {width:469px; float:left; text-align:center; margin-top:70px; margin-bottom:20px;}
.disclaimer{ padding:2px; border:1px solid #FFF; text-transform:uppercase; margin-bottom:5px;}

#aboutBox {width:400px; float:left; background:url(images/bg-black.png); margin:30px 0 0 30px; padding:30px; border:2px solid #666; display:none;}
#aboutBox p {margin-bottom:15px; line-height:16px; font-size:12px;}
#aboutBox h2 {margin-bottom:15px;}

#btnAbout { float:left; margin:60px 0 0 0;}

#submit { margin:12px 0 0 0;}
.field { width:312px; border:double #666; background-color:#FFF; color:#999; margin:0 0 5px 0; font-size:11px; padding:3px 5px;}
label.error {display:none !important;}
input.error { border:double #333 !important; background-color:#FFF !important; color:#C82127 !important; text-decoration:blink !important;}
