body{
	font-family: Arial, Helvetica, sans-serif;
}
.container{
	margin:0 auto;
	width:720px;
	background-color:#fbf9e0;
}

.container .topper{
	margin:0px 0 0 0;
	background:url('../img/top.png');
	background-size: 100%;
	height:390px;
}

.container .content{
	width:710px;
	height:220px;
	border-radius:6px;
	margin:1px 0 0 3px;
}
.content .main{
	margin-top:-4px;
	width:355px;
	float:left;
	height:240px;
	padding:20px 0 0 0;
}
.content .main_d{
	width:710px;
	float:left;
	height:264px;
	padding:20px 0 0 15px;
}
.content .logo{
	margin-top:-6px;
	margin-left:-4px;
	width:355px;
	float:left;
	height:220px;
	background:url("../img/left.png") no-repeat;
	background-color:#fbf9e0;
	background-size: 100%;
}
.container .bottom{
	background: url("../img/bottom.png");
	background-size: 100%;
	height:65px;
}

.container .footer img{
	max-width:100%;
}



#frm{
	width:250px;
	margin-top:-17px;
	margin-left:70px;
}

#frm #fieldset{
	padding:10px;
	background:#efe8e0;
}
#frm label{
	margin-top:10px;
	color:#000;
	font-size:0.8em;
	font-weight:600;
	text-shadow: 1px 1px #ccc;
	display:block;
}
#frm .comment{
	font-size:0.7em;
	text-align:center;
}
#frm input[type="text"]{
	margin-top:4px;
	width:235px;
	text-indent: 5px;
}
#frm select{
	width:205px;
}
input[type=submit]{
	margin-top:5px;
	background:#87704e;
	padding:6px 14px;
	color:#FFF;
	font-weight:bold;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#frm textarea{
	resize: none;
	width:210px;
}
.err_msg{
	font-size:0.7em;
	color:#f00;
	text-indent:20px;
}
.msgLogin {
	color: #FF4000;
}