@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
body{
	background-color: #550000;
	background-image:url(../images/BckGrnd.png);
	background-repeat:repeat-x;
}

#bodywrap{
	width: 1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color:white;
}
#userwrap{
	width: 630px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color: #666;
}
#headex{
	height:100px;
	text-align:center;
}
#headex img{
	margin-top:40px;
}
.headexextra{
	line-height:100px;
	vertical-align:middle;
	color:#FFFF00
}
	 
#contentarea{
	height:170px;
	margin-top:100px;
}
#footarea{
	margin-top:100px;
	height: 150px;
	background-image:url(../images/shadow.png);
	background-position: top center;
	background-repeat:no-repeat;
}
#areadiv{
	height:40px;
	width:250px;
	margin-left:auto;
	margin-right:auto;
	line-height:40px;
	vertical-align:middle;
	margin-bottom:3px;
	text-align:left;
}
.ared{
	font-size:24px;
	color:white;
	text-align:center;
}
.arebk{
	background-image:url(../images/inputbk.png);
	background-repeat:no-repeat;
}
#inputicon{
	width:45px;
	height:25px;
	text-align:center;
	margin-top:6px;
	float:left;
}
#inputarea{
	width:190px;
	height:30px;
	text-align:center;
	margin-top:2px;
	float:left;
}
.inputbox{
	width: 190px;
	height:30px;
	border:0;
	background-color:#FFFFCC;
	padding:0px;
	box-shadow:none;
	text-align:left;
	color:#666;	
}
.submitbox{
	width: 100px;
	height:30px;
	border:0;
	background-color: #369;
	padding:0px;
	box-shadow:none;
	color:#666;	
	font-size:16px;
	color:white;
	float:right;
	margin-top:5px;
	border-radius: 13px;
	
}
