*{

}
body{
	margin:0;
	padding:0;
	background:#ffffff url("img/bg-header.png") repeat-x;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:12px;
	color: #666666;
}

#page_wrapper{
	margin:0 auto;
	padding:0;
	width:880px;
}
#idf_logo{
	background: transparent url("img/idf-logo.png") no-repeat left bottom;
	height:60px;
}
#top_banner{
	border: 1px solid #adb1b5;
	margin:10px 0 0 0;
	width:880px;
}
.user_box{
	width:50%;
	float:left;
	margin-top:40px;
}
#register_box{
	width:315px;
	margin-left:80px;
}
#login_box{
	width:315px;
	margin-left:30px;
	
}
.box_title{
	background: transparent url("img/box-left.png") no-repeat;
	height:40px;
}
.box_title div{
	background: transparent url("img/box-right.png") no-repeat right top;
	height:40px;
}
.box_title div h3{
	display:block;
	font-weight:normal;
	color:#ffffff;
	margin:0 19px;
	padding:0;
	height:40px;
	font-size:13pt;
}
#login_box .box_title div h3{
	background: #f28773 url("img/sign-in-icon.png") no-repeat 0 3px;

}
#register_box .box_title div h3{
	background: #f28773 url("img/sign-up-icon.png") no-repeat 0 3px;
}

.box_title div h3 span{
	display:block;
	text-align:right;
	height:40px;
	background: url("img/box-middle.png") repeat-x #F28773;
	line-height:40px;
	margin-left:40px;
}
.box_title div h3 span strong{
	font-weight:bold;	
}
.box_content{
	width:313px;
	border: 1px solid #f28773;
	float:left;
	background:url("img/box-bg-down.png") repeat-x left bottom;
}
.box_content div{
	float:left;
	width:260px;
	margin:15px auto 0 20px;
}
.box_content div label{
	font-weight:bold;
	float:left;
	width:90px;
	height:20px;
	padding-top:2px;
}
.box_content div input.text{
	float:left;
	width:165px;
	background:#eaf1fc;
	border:solid 1px #cdd3e6;
	height:20px;
}
.box_content div input.submit_button{
	float:right;	
}
.box_content div.submit{
	text-align:right;
}
.box_content div.linkbx{
	text-align:right;
}
.box_content a,
.box_content a:link,
.box_content a:visited,
.box_content a:hover,
.box_content a:active{
	color:#E34431;	
}
#footer{
	height:30px;
	background:#e2e7e8;
	margin-top:140px;
	margin-bottom:40px;
}
#copyright{
	float:left;
	margin:6px auto auto 5px;
}
#footer_link{
	float:right;
	margin:6px 10px auto auto;
}
#footer_link a,
#footer_link a:link,
#footer_link a:visited,
#footer_link t a:hover,
#footer_link a:active{
	color:#666666;
	text-decoration:none;
}