/* reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }


body{
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777;
}
a{
	color:#FFF; 
}
div#wrap{
	width:400px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
div.msg{
	height:24px;
	width:378px;
	position:absolute;
	top:156px;
	left:0px;
	border:1px solid #fe9090;
	background:#feb1b1;
	color:#820101;
	font-weight:bold;
	padding:3px 10px 0 10px;
	display:none;
}
div.msg img{
	margin:3px 10px 0 0;
	float:left;
}
div.msg p{
	margin:4px 0;
	float:left;
}
div.block{
	height:170px;
	width:400px;
	position:absolute;
	top:200px;
	left:0px;
    background:url('../images/login-bg.jpg') no-repeat;
	display:none;
}
div.head{
	height:30px;
	width:400px;
}
div.head h3{
	float:left;
	color:#FFF;
	font-size:16px;
	margin:5px 0 0 10px;
	_margin:5px 0 0 5px;/* IE6 */
}
div.head a,
div.head a:visited,
div.head a:active{
	float:right;
	color:#FFF;
	font-size:12px;
	margin:7px 10px 0 0;
	text-decoration:none;
}
div.head a:hover{
	color:#FFF;
	text-decoration:underline;
}
div.body{
	height:100px;
	width:380px;
	padding:20px 10px;
	position:absolute;
	top:30px;
}
div.div-row{
	height:23px;
	width:380px;
	margin-bottom:20px;
	float:left;
}
div.block label{
	height:21px;
	width:120px;
	float:left;
	padding-top:2px;
}
div.block input{
	float:left;
	height:18px;
	width:256px;
	border:1px solid #777777;
	padding:3px 0 0 2px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
div.rm-row{
	float:left;
	width:180px;
	padding-left:120px;
	height:24px;
}
div.rm-row input{
	float:left;
	width:16px;
	height:16px;
	margin:2px 4px 0 0;
	border:none;
}
div.rm-row label{
	float:left;
	font-size:13px;
	width:160px;
}
div.send-row{
	height:24px;
	float:left;
	width:80px;
}
div.send-row #login{
	height:22px;
	padding:0px;
	width:60px;
	float:right;
	border:none;
	background:url('../images/login.jpg') no-repeat;
	cursor:pointer;
}
div.send-row #login:hover{
	width:60px;
	background:url('../images/login-hover.jpg') no-repeat;
}
