*{
	margin:0;
	padding:0;
}
body{
	font-family:"Trebuchet MS", "Myriad Pro", Arial, sans-serif;
	font-size:14px;
	/*background:#f4f4f4 url(../images/bg.png) repeat fixed;*/
background-color: #c72d16;
	color:#333;
}
.header{
    width: 470px;
  margin: 0 auto;
    height: 100px;
 /*background: rgb(255,48,25); /* Old browsers */
 /*background: -moz-linear-gradient(top, rgba(255,48,25,1) 14%, rgba(207,4,4,1) 100%); /* FF3.6+ */
 /*background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
 /*background: -webkit-linear-gradient(top, rgba(255,48,25,1) 14%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
 /*background: -o-linear-gradient(top, rgba(255,48,25,1) 14%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
 /*background: -ms-linear-gradient(top, rgba(255,48,25,1) 14%,rgba(207,4,4,1) 100%); /* IE10+ */
 /*background: linear-gradient(to bottom, rgba(255,48,25,1) 14%,rgba(207,4,4,1) 100%); /* W3C */
 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
text-align: center;
background-color:#fff;
    border-radius: 5px;
}
h1{
	font-size:56px;
}
h2{
	font-size:20px;
	padding:0px 0px 40px 0px;
	color:#aaa;
}
h2 span{
	color:#ffa800;
}
a{
	color:#fff;
}
a:hover{
	color:#222;
}
p{
	
}
.wrapper{
	width:470px;
	margin:0px auto;
	background: url(../watermark.gif) no-repeat center;
    background-color: #ffffff;
    border:black 1px solid;
   border-radius: 5px;
}
.box{
	width:49%;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
a.back{
	color:#777;
	position:fixed;
	top:5px;
	right:10px;
	text-decoration:none;
}
/* Form Style */
.form{
	background:#fff;
	margin: 0 auto;
	width: 420px;
	font-size:16px;
	background: transparent;
}

.form input[type="text"],
.form input[type="password"]{
	border: solid 1px #9D9D9D;
	background: #FFFFFF;
	
	padding: 7px;
	
	font-size:16px;
	width:200px;
	background: 
		-webkit-gradient(
			linear,
			left top,
			left 25,
			from(#FFFFFF),
			color-stop(4%, #EEEEEE),
			to(#FFFFFF)
		);
	background: 
		-moz-linear-gradient(
			top,
			#FFFFFF,
			#EEEEEE 1px,
			#FFFFFF 25px
			);
	-moz-box-shadow: 0px 0px 8px #f0f0f0;
	-webkit-box-shadow: 0px 0px 8px #f0f0f0;
	box-shadow: 0px 0px 8px #f0f0f0;
	background: transparent;
}
.form input[type="text"]:focus,
.form input[type="password"]:focus{
	background:#feffef;
}

.form_wrapper .bottom a{
	display:block;
	clear:both;
	padding:10px 30px;
	text-align:right;
	color:#ffa800;
	text-shadow:1px 1px 1px #000;
}
.form a.forgot{
	
	font-style:italic;
	line-height:24px;
	color:#ffa800;
	text-shadow:1px 1px 1px #fff;
    
}
.form a.forgot:hover{
	color:#000;
}


.form input[type="submit"] {
	background: #f31313;
	
	color: #fff;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 9px;
	text-align: center;
	width: 100px;
    height: 35px;
	cursor:pointer;
	border: 1px solid #000;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px #fff inset;
	-webkit-box-shadow: 0px 0px 2px #fff inset;
	box-shadow: 0px 0px 2px #fff inset;
}

.footer{
    margin: 0 auto;
    width: 800px;
   	/*background: #CD2626;*/
    height: 60px;
    text-align:center;
    padding-top:10px;
    color:#fff;
 background: url(../images/li_bg.gif) repeat bottom left;   
}
.errmsg
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: Red;
	text-decoration: none;
	text-align: left;
   
}