body {
	padding:0;
	margin:0;
	font-family:Helvetica, Arial;
}
h1 {
	font-family:20px;
	font-weight:bold;
}
#header {
	background:url(../0_images/ecomm/header_bg.jpg) top center no-repeat;
	height:100px;
}
#container_login {
	width:310px;
	height:230px;
	padding:20px;
	margin:50px auto auto;
	border-bottom: 1px dotted #959595;
	border-top: 1px dotted #959595;
}

#content {
	width:600px;
	float:left;
	display:inline;
	padding:0px 20px 50px 20px;
}
#footer {
	font-size:12px;
	text-align:center;
	padding:40px 0px 20px 0px;
}
.textarea_std {
	/*padding:5px;
	font-color:#333333;
	width:580px;
	min-height:60px;
	border:#999 solid 1px;
	box-shadow: 0 1px 3px #BBBBBB inset;
	border-radius:5px;*/
	width:550px;
	font-size:14px;
	margin-bottom:30px;
	height:90px;
	border:#6699CC solid 1px;
	/*background:url(images/textarea_box2.jpg) top left no-repeat;
	border:none;*/
	padding:3px 3px 3px 3px;
}
.input_std {
	/*width:580px;
	padding:5px;
	border:#999 solid 1px;
	box-shadow: 0 1px 3px #BBBBBB inset;
	border-radius:5px;*/
	padding:0px 3px 0px 3px;
	width:300px;
	height:30px;
	font-size:14px;
	margin-bottom:30px;
	border:#6699CC solid 1px;
	/*background:url(images/input_box.jpg) top left no-repeat;
	border:none;*/
}
.form_title {
	font-size:14px;
	margin-bottom:10px;
}
.head_table {
	background:#6699CC;
	color:#FFF;
	padding:5px;
}
.content_table {
	border:#6699CC solid 1px;
	padding:5px;
}
.label_login {
	font-size:14px;
	margin-bottom:12px;
}
.submit_button {
	background:#FFCE00;
	color:#027DC5;
	border:none;
	padding:3px 20px 3px 20px;
	margin:10px 0px 10px 0px;
}
.submit_button:hover{
	background:#DCEEF7;
	color:#5EAFD9;
	border:none;
	padding:3px 20px 3px 20px;
	cursor:pointer;
}