﻿.FormPageFormBoundry {
    margin: 10px;
    padding: 25px;
    background-color: #F9F9F0;
	background-image: url("Images/HRVert.gif");
	background-position: right top;
	background-repeat: repeat-y;
	border: 1px solid #F1F1E1;
	border-right: 0px;
	}
.FieldValidatorSummary {
	margin-top: 5px;
	color: #000000 !important;
	font-size: 7.5pt;
	font-weight: bold;
	border: 1px solid #FF8D93;
	background-color: #FF8D93;
	}
.FieldValidatorSummary ul {
	margin: 4px;
	padding: 0px;
	}
.FieldValidatorSummary li {
	margin: 0px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 25px;
	list-style-type: none;
	background-image: url("Images/ValidationError.gif");
	background-position: center left;
	background-repeat: no-repeat;
	}
.ErrorBox {
	margin-top: 5px;
	display: block;
	border: 1px solid #FF8D93;
	border-left: 5px solid #FF8D93;
	color: #000000 !important;
	padding: 4px;
	padding-left: 25px;
	font-size: 7.5pt;
	font-weight: bold;
	background-color: #FF8D93;
	background-image: url("Images/ValidationError.gif");
	background-position: center left;
	background-repeat: no-repeat;
	}
.InformationBox {
	margin-top: 5px;
	display: block;
	border: 1px solid #CDDBE3;
	border-left: 5px solid #CDDBE3;
	color: #000000 !important;
	padding: 4px;
	padding-left: 25px;
	font-size: 7.5pt;
	font-weight: bold;
	background-color: #CDDBE3;
	background-image: url(Images/ValidationInformation.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
	
/*=====================================================*/
#ForgotPasswordForm {
	margin-right: 180px;
	}
#ResetPasswordForm {
	margin-right: 180px;
	}
#ResetPasswordForm h4 {
	margin: 3px;
	}
#ResetPasswordForm h4 + span {
	display: block;
	margin-bottom: 15px;
	margin-left: 10px;
	}
#FreeDVDForm {
	margin-right: 150px;
	}
#FreeDVDList li {
	margin-bottom: 7px;
	}
#FreeConsultationForm {
	margin-right: 150px;
	}
#ChangePasswordForm {
	margin-right: 180px;
	}
	
