/* CSS Document */

.formtext					{font-family:Arial, Helvetica, sans-serif;
							 font-size:12px;
							 color:#ffffff; }
							 
.formtext_small				{font-family:Arial, Helvetica, sans-serif;
							 font-size:9px;
							 color:#ffffff; }
							 

#centerdiv					{width:100%;
							 text-align:center;
							 margin:0;
							 padding:0;
}

#form_container2			{width:135px;
							 text-align:left;
							 margin:0 auto;
}
#form_containerFRONT		{width:150px;
							 text-align:left;
							 margin:0 auto;
							
}
#form_containerFRONT #warning {color:white;}
#form_containerFRONT #warning ul {margin:10px 0px 10px 0px;  padding:0px; }
#form_containerFRONT #warning li {padding:2px 0 0 0; list-style-position:outside; list-style-type:decimal; margin-left:22px;}

#form_text_FRONT			{margin-left:100px;
}
 
#title						{width:130px;
							 padding-bottom:1px;
}
#title_field				{width:130px;
							 padding-bottom:5px;
}

#forname					{width:130px;
							 padding-bottom:1px;
}
#forname_field				{width:130px;
							 padding-bottom:5px;
}

#surname					{width:130px;
							 padding-bottom:1px;
}
#surname_field				{width:130px;
							 padding-bottom:5px;
}

#telephone					{width:130px;
							 padding-bottom:1px;
}
#telephone_field			{width:130px;
							 padding-bottom:5px;
}

#mobile						{width:130px;
							 padding-bottom:1px;
}
#mobile_field				{width:130px;
							 padding-bottom:5px;
}

#email						{width:130px;
							 padding-bottom:1px;
}
#email_field				{width:130px;
							 padding-bottom:5px;
}

#besttimetocall				{width:130px;
							 padding-bottom:1px;
}
#besttimetocall_field		{width:130px;
							 padding-bottom:10px;
}

#privacypolicy_container	{width:130px;
							 position:relative;
							 float:left;
}
#privacypolicy				{width:120px;
}
#privacypolicy_field		{width:15px;
							 position:absolute;
							 bottom:0px;
							 left:120px;
							 float:left;
}



/* front form */


#title_front						{width:150px;
							 padding-bottom:1px;
}
#title_field_front			{width:130px;
							 padding-bottom:3px;
}

#forname_front					{width:146px;
							 padding-bottom:1px;
}
#forname_field_front				{width:150px;
							 padding-bottom:3px;
}

#surname_front					{width:146px;
							 padding-bottom:1px;
}
#surname_field_front				{width:146px;
							 padding-bottom:3px;
}

#telephone_front					{width:146px;
							 padding-bottom:1px;
}
#telephone_field_front			{width:146px;
							 padding-bottom:3px;
}

#mobile_front						{width:146px;
							 padding-bottom:1px;
}
#mobile_field_front				{width:146px;
							 padding-bottom:3px;
}

#email_front						{width:146px;
							 padding-bottom:1px;
}
#email_field_front				{width:146px;
							 padding-bottom:3px;
}

#besttimetocall_front				{width:150px;
							 padding-bottom:1px;
}
#besttimetocall_field_front		{width:150px;
							 padding-bottom:7px;
}

#privacypolicy_container_front	{width:146px;
							 position:relative;
							 float:left;
							 margin-bottom:-10px;
}
#privacypolicy_front		{width:146px;
								margin:0 auto;
}
#privacypolicy_field_front		{width:15px;
							 position:absolute;
							 bottom:0px;
							 left:110px;
							 float:left;
}

/*end front form */
input						{width:146px;
							 height:15px;}

input.checkbox				{width:auto;
							 height:auto;
							 border:none;}

select						{width:150px;}

.Formsubmitbutton			{width:150px;
							 height:25px;
							 margin-top:10px;}
							 
				 
