html,body{
		background:url(../images/light-stripe.png) #fff fixed;
		margin:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		color:#000;
	}
#header {
	border-bottom:#CCC dotted 1px;
	top:0;
	height:40px;
	margin:0px;
	margin-bottom:20px;
	width:100%;
	text-align:center;
	font:normal 10px/normal arial;
	color:#666;
	background:#000;
}
#header a{
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

#logo{
	background:url(../images/logo.jpg) center no-repeat;
	height: 120px;
	padding: 0px 0px 0px 0px;
	margin:0px auto;
	width:300px;
}

#wait{
	margin: 18px 18px 18px 18px;
	padding: 16px 16px 16px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #FF0000;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
	margin:20px auto;
	width:300px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}

#wrap{
	margin: 18px 18px 18px 18px;
	padding: 16px 16px 16px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
		margin:0px auto;
		margin-top:50px;
		width:300px;
		text-align:left;
	}
a{
	text-decoration:none;
	color:#000;
	border-bottom:dotted 1px #000;
	}

a:hover	{
	color:#000;
	border-bottom:solid 1px #000;
}

form{		padding:15px; margin:0;	}
#msg{	text-align:center; color:red; padding:0px 0 10px 0;	}
label{	color: #777; font-size: 13px;}

.textfield{
	font-size: 24px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}

.textfield:hover,.textfield:focus{
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
	font-size: 24px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #666666;
	background: #eeeeee;
	}

.buttonfield{
	margin-left:180px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	padding:6px;
	}
	
.buttonfield:hover,.buttonfield:focus{
		background:#000;
		border:solid 1px #fff;
		color:#fff;
	}



#footer { padding:10px 0px; width:100%; text-align:center; font:normal 10px/normal arial; color:#666; }