:focus {
    outline: 0;
}
.txt_13 {
	font-family:"Trebuchet MS";
	font-size:13px;
	text-align:right;
	color:#666666;
	padding-right:6px;
	padding-left:6px;
}
.header {
	font-family:"Trebuchet MS";
	font-size:16px;
	text-align:left;
	padding:8px 15px;
	color:#fff;
	background-color:#C7222A;
	border-bottom:solid 0px #dddddd;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
input[type="text"], textarea, select{
    padding: 7px 5px;
    font-size: 12px;
    background:#F5F5F5;
    color: #999999;
	margin:0px;
	border-radius:0px;
	border: 1px solid #EDEDED;
}
input[type="text"]:focus, textarea:focus {
  border: 1px solid #D9D9D9;
	
	
}

input[type="password"], textarea, select{
    padding: 7px 5px;
    font-size: 12px;
    background:#F5F5F5;
    color: #999999;
	margin:0px;
	border-radius:0px;
	border: 1px solid #EDEDED;
}
input[type="password"]:focus, textarea:focus {
  border: 1px solid #D9D9D9;
	
	
}
.submit_btn{
	font-family:"Trebuchet MS";
	font-size:14px;
	display:block;
	color:#fff;
	line-height:30px;
	width:80px;
	background-color:#C7222A;
	border:solid 1px #C7222A;
	cursor:pointer;
}
.submit_btn:hover{
	background-color:#EE1A33;
	border:solid 1px #EE1A33;
}
.cancel_btn{
	font-family:"Trebuchet MS";
	font-size:14px;
	display:block;
	color:#fff;
	line-height:24px;
	width:90px;
	background-color:#646464;
	border:solid 1px #646464;
	border-radius:4px;
	cursor:pointer;
}
.cancel_btn:hover{
	background-color:#4c4d4d;
	border:solid 1px #4c4d4d;
}
div.box{
	border-radius:0px;
	border: solid 1px #e0dfe3;
}

div.login_box{
	width: 500px;
	height: 350px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

div.footer_box{
	width: 100%;
	height: auto;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	vertical-align:bottom;
}