@charset "utf-8";
/* CSS Document */
/*------------------------------------------ begin the main style*/
html, body {
	background:#010b11 url(../images/header.jpg) top no-repeat;
	font-family:Lucida Grande, Helvetica, Verdana, Arial, sans-serif;
	font-size:small;
	margin:0;
	color:#FFFFFF;
	}
*{
	margin:0;
	padding:0;
}
a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}
a:hover{
	text-decoration:underline;
}
p{
	font-size:14px;
	line-height:22px;
	padding-left:3px;
}
.clear{
	clear:both;
	font-size:0px;
}
/*------------------------------------------ the main Container of site*/
#mainContainer{
	margin:0 auto;
	width:100%;
	position:relative;
}
/*------------------------------------------ header style*/
#header{
	width:auto;
	height:182px;
	padding:69px 0 0 0;
	position:relative;
	margin:0 auto;
	z-index:2;
	color:#FFFFFF;
	background:url(../images/header-bar.png) top center repeat-x;
}
/*------------------------------------------ the main Content of site*/
#content{
	width:320px;
	margin:0 auto;
	padding:30px 0 130px 0;
}
.box{
	background:#030e15;
	border:1px solid #0d151b;
	padding:21px 23px 24px 28px;
}
.input-field{
	width:242px;
	background:#061219;
	border:1px solid #111920;
	color:#9a9a9a;
	padding:12px;
	margin:6px 0;
	font-size:14px;
}
.send-bttn{
	width:118px;
	height:34px;
	background:url(../images/send-button.png) no-repeat scroll left top;
	display:block;
	border:0px;
	cursor:pointer;
	margin:10px 0 0 0;
	float:right;
}
.send-bttn:hover{
	background-position:0 -34px;
}
/*------------------------------------------ footer style*/
#footer{
	color:#ababab;
	text-align:center;
	font-size:10px;
}
#footer a{
	color:#FFFFFF;
	font-size:10px;
}