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

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

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

.LPFormTitle{
	padding:0px;
	margin:0px;
	color:#1a1a1a;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
	padding-top:8px;
	padding-bottom:8px;
}

.LPFormHR{	
	display:none;
}

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

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

.LPFormButton{
	border:none;
	background:url(https://order.runhosting.com/img.php?i=http://apachelinuxhosting.info/images/bgr_btn_px_y.gif) top left repeat-x;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	height:40px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;	
}

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

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

img{
	border:1px solid #9c9c9c;
}
