﻿DIV.login 
{ 
	font-family:Verdana; font-size:11px; position:relative; 
	overflow:hidden; border:solid 0px red; 
	border-top:solid 1px #cebba9; border-bottom:solid 1px #cebba9; 
	color:#362b28;
}
.redBold { color:#9e0b0f; font-weight:bold; }
DIV.login_header { margin: 5px 0 15px 0; }

DIV.div_msg 
{ 
	background: url(../../Images/icon_error.gif) no-repeat left;
	position:absolute; right:0; width:270px; top:33px; background-color:#edc4bd; 
	height:45px; overflow:hidden;
}
DIV.msg_text { margin:8px 5px 5px 42px; height:28px; overflow:hidden; }
DIV.msg_text TD { height:28px; }

.title { }
DIV.credential { padding-left:15px; position:relative; overflow:hidden; height:20px; margin-bottom:5px; vertical-align:middle;  }
INPUT.textbox 
{ 
	border:0; border: solid 1px #8f7256; font-family:Verdana; background-color:#FFFFFF; 
	font-weight:bold; width:180px; height:16px; 
	position:absolute; left:95px;
}
