/* CSS Document */

/* --------------------------FORM area starts here-------------------------- */									 
#form_container						{width:206px;
									 float:right;
									 clear:right;}
									 
#form_header						{width:206px;}

#form_content						{width:202px;
									 background-image:url(images/form/form_border_dot.gif);
									 background-position:top left;
									 background-repeat:repeat-y;
									 margin:0;
									 padding:2px 4px 2px 0;}

#form_submit						{width:206px;}
/* --------------------------FORM area ends here-------------------------- */


.formtext					{font-family:Arial, Helvetica, sans-serif;
							 font-size:11px;
							 font-weight:bold;
							 color:#333333;
}
.formtext_small				{font-family:Arial, Helvetica, sans-serif;
							 font-size:10px;
							 color:#333333;
}

#centerdiv					{width:auto;
							 text-align:center;
							 margin:0;
							 padding:0;
}

#form_container2			{width:160px;
							 text-align:left;
							 margin:0 auto;
							 padding-bottom:8px;
}

#title						{width:150px;
							 padding-bottom:0;
}
#title_field				{width:150px;
							 padding-bottom:3px;
}

#forname					{width:150px;
							 padding-bottom:0;
}
#forname_field				{width:150px;
							 padding-bottom:3px;
}

#surname					{width:150px;
							 padding-bottom:0;
}
#surname_field				{width:150px;
							 padding-bottom:3px;
}

#telephone					{width:150px;
							 padding-bottom:0;
}
#telephone_field			{width:150px;
							 padding-bottom:3px;
}

#mobile						{width:150px;
							 padding-bottom:0;
}
#mobile_field				{width:150px;
							 padding-bottom:3px;
}

#email						{width:150px;
							 padding-bottom:0;
}
#email_field				{width:150px;
							 padding-bottom:3px;
}

#besttimetocall				{width:150px;
							 padding-bottom:1px;
}
#besttimetocall_field		{width:150px;
							 padding-bottom:10px;
}

#privacypolicy_container	{width:150px;
							 position:relative;
							 float:left;
}
#privacypolicy				{width:120px;
}
#privacypolicy a			{color:#FFFFFF;}

#privacypolicy a:hover		{color:#FFFFFF;}

#privacypolicy a:visited	{color:#FFFFFF;}

#privacypolicy_field		{width:15px;
							 position:absolute;
							 bottom:0px;
							 left:120px;
							 float:left;
}

#submit						{width:180px;
}
input						{width:150px;
							 height:13px;}

input.checkbox				{width:auto;
							 height:auto;}
							 
textarea					{width:150px;
							 font-family:Arial, Helvetica, sans-serif}

select						{width:70px;}