/*  C o p y r i g h t   S e v e n   I n t e r n e t  */
/*****************************************************/
/**			P r e - s e t   T a g s					**/

h1 {					background-color: #4AB7E4; 	float: left; height: 30px; 	width: 870px;	margin-top: 10px; 
						margin-bottom: 0px; margin-left: 15px; font-family: Tahoma, sans-serif; font-size: 14px; line-height: 28px;
						color: #FFFFFF; text-align: left;  display: inline; clear: left; text-indent: 20px; text-transform: capitalize;
}

.detail-container{			float: left; height: auto; width: 868px; margin-bottom: 0px; margin-left: 15px; clear: left;
						font-family: Tahoma, sans-serif; font-size: 14px;  text-align: left;  display: inline; border: 1px dashed #33CCCC;
}

.detail-container-inner { float: left; height: auto; width: 400px; margin: 10px 0px 10px 15px; 
					      font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 24px;
							color: #212D32; text-align: left;
}

.detail-container-inner-2 { float: left; height: auto; width: 400px; margin: 10px 10px 10px 20px;
							font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 24px; 	color: #212D32;

}

.button { 				font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 24px;
						color: #212D32; margin: 4px; float: right; height: auto; width: 350px; text-align: right;
}

.title {				font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 24px; font-weight: bold; float: left;
						margin-top: 10px; margin-bottom: 10px; clear: left; width: 400px; border-bottom-width: 1px;	border-bottom-style: dashed;	border-bottom-color: #33CCCC;
}

.detail-question {		margin: 0px; float: left; height: auto; width: 150px; display: block; font-weight: bold; clear: left;
}

.detail-answer {		margin: 0px; float: left; height: auto; width: 250px; display: block; 
}

.title-description {	font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 24px; font-weight: bold; float: left;
						margin-top: 10px; margin-bottom: 10px; clear: left; width: 868px; 
}

.detail-description {	margin: 10px; float: left; height: auto; width: 842px; font-family: Arial, Helvetica, sans-serif;
						font-size: 12px; line-height: 24px; color: #212D32; border-top-width: 1px; border-top-style: dashed; border-top-color: #5DBEE6;
}

/******************************************************************/
/* ** Added By Dean to highlight Required Field not completed  ** */
/******************************************************************/
.requiredField{
  font-family: Tahoma, sans-serif;	font-size: 12px;	letter-spacing: 1px;	word-spacing: 1px;
						color: red; font-weight: bold;
}