/* Customer Input Form CSS*/

#CIF_Form {
	margin: 0px;
	padding:6px;
	border: 1px solid #000000;
	Font: sans serif, serif;
	Font-Size: small;
	width: 92%;
}

.CIF_Label_Required{ 
	margin-right: 6px;
	Color: #ffffff;
	Width: 40%;
	Text-Align: left;
	float: left;
}

.CIF_Label_Not_Required{
	margin-right: 6px;
	Color: #ffffff;
	Width: 40%;
	Text-Align: left;
	float: left;
}
.CIF_ExtLabel_Not_Required{
	margin-right: 6px;
	padding-left: 5%;
	Color: #ffffff;
	Width: 35%;
	Text-Align: left;
	float: left;
}

.CIF_Label_Textarea{
	margin-top: 6px;
	margin-right: 6px;
	Color: #ffffff;
	Width: 50%;
	Text-Align: left;
	float: left;
}

.CIF_Checkbox_Label_Not_Required{
	margin-right: 6px;
	Color: #ffffff;
	Width: 40%;
	Text-Align: left;
	float: left;
}

#copy{
	margin-right: 6px;

	Color: #ffffff;
	Font-Size:small;
	Text-Align: left;
	float: left;
}

Input.CIF_Input_Text_Box_Required {
	background-color:#FFFFFF;
	Font: sans serif, serif;
	Font-Size:smaller;
	Width:50%;
	Margin-Bottom:6px;
}

Input.CIF_Input_Text_Box_Not_Required{
	background-color:#FFFFFF;
	Font: sans serif, serif;
	Font-Size:smaller;
	Width:50%;
	Margin-Bottom:6px;
}
Input.CIF_ExtInput_Text_Box_Not_Required{
	background-color:#FFFFFF;
	Font: sans serif, serif;
	Font-Size:smaller;
	Width:35%;
	margin-left:12px;
	Margin-Bottom:6px;
}

Input.CIF_Input_Check_Box_Not_Required{
	background-color:#FFFFFF;
	
}

.CIF_Select_Not_Required{
	background-color:#FFFFFF;
	Font: sans serif, serif;
	Font-Size:small;
	Margin-Bottom:6px;
}


Textarea.CIF_Input_Textarea_Required {
	background-color:#FFFFFF;
	Font: sans serif, serif;
	Font-Size:small;
	margin-bottom:6px;
	padding: 5px;
	Width:90%;
	Height:100px;
}

.CIF_Input_Error {
	Font: sans serif, serif;
	Font-Weight:bold;
	Color: Red;
}

#CIF_Submit {
	Margin-Top: 6px;
	Margin-Left: 30%;
	Padding: 0;
	width:35%;
}

#CIF_Phone_Numbers {
	list-style: none;
	margin-bottom: 6px;
	
}

br#CIF_Clear {
	Clear: left;
}

br#CIF_Clear_Right {
	Clear: Right;
}
#telephone {
	color: red;
	font-size: smaller;
	
}

div.hr {
  height: 0.5px;
  background-color: #000000 ;
}
div.hr hr {
  display: none;
}