/* ==== Lost Password Form ==== */
body{
	background:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:normal;
}

.LPForm {
    background: #FFFFFF;
    display: inline;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.LPFormText{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.LPFormTitle{
	font-size:12px;
	font-weight:bold;
	color:#027e2a;
	padding:0px;
	margin:0px;
	padding-top:0px;
	padding-bottom:5px;
	margin-bottom:5px;
	background:url(https://order.runhosting.com/img.php?i=http://freehostinghosting.com/images/bgr_h4.jpg) bottom left no-repeat;
}

.LPFormHR{	
	display:none;
}

.LPFormInputbox{
	background:#FFFFFF;
	color:#000000;
	border:1px solid #878787;
	width:100%
}

.LPsmall_text{
	font-size:10px;
	font-weight:normal;
	color:#999999;
}

.LPFormButton{	
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;	
	cursor:pointer;
	
	background:#eaebea;
	padding-left:20px;
	padding-right:20px;
	height:44px;
		
	border:1px solid #979797;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;	
	
	-moz-box-shadow: 0px 0px 2px #636363;
	-webkit-box-shadow: 0px 0px 2px #636363;
	box-shadow: 0px 0px 2px #636363;
	
	<!-- display:block; -->
	<!-- width:200px; -->
	<!-- padding:0px; -->
	<!-- border:none; -->
	<!-- background: none; -->
	<!-- filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://order.runhosting.com/img.php?i=http://freehostinghosting.com/images/bgr_btn_order_big.png", sizingMethod='scale'); -->		
}

.LP_error_box{
	background:#FFFFFF;
	border:1px solid #a50101;
	color:#a50101;
	font-weight:bold;
	padding:10px;
	line-height:14px;
	background-image:url(https://order.runhosting.com/img.php?i=http://freehostinghosting.com/images/icon_error.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding-left:35px;
	margin-bottom:10px;
}

.LP_success_box{
	background:#FFFFFF;
	border:1px solid #027e2a;
	color:#027e2a;
	font-weight:bold;
	padding:5px;
	line-height:14px;
	background-image:url(https://order.runhosting.com/img.php?i=http://freehostinghosting.com/images/icon_success.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	padding-left:35px;
	margin-bottom:10px;
}

img{
	border:1px solid #878787;
}
