
/*
STYLE SHEET FOR DOCTOR'S CAREER CHOICES WEB SITE
www.digital-precision.co.uk
*/	

#form {
	width:500px;
	border:1px solid #ccc;
	text-align:left;
	background:#fff;}
	
#form .header {
	width:490px;
	margin:5px;
	line-height:1.8em;
	background:#91A0E3; }
	
#form .header h1 {
	color:#fff;
	font-size:120%;
	margin:0px 3px;
	text-decoration:none;}

#form h2 {
	font-size:100%;
	font-weight:normal;
	margin:10px 8px;}

#form h5 {
	font-size:100%;
	font-weight:bold;
	margin:-10px 8px 0px 3px;}
	
#form h6 {
	font-size:100%;
	font-weight:normal;
	margin:-10px 8px 0px 3px;}
	
#form .row {
	width:490px;
	margin:5px;
	background:#eee;}
	
#form .tab {	
	float:left;
	display:inline;
	width:240px;
	line-height:2.1em;
	text-align:left;}
	
#form .tab p {
	font-weight:bold;
	margin:0px 8px 0px 3px;}
	
#form .input {
	float:left;
	display:inline;
	width:230px;
	line-height:1.5em;
	text-align:left;}
	
#form .buttons {
	float:left;
	display:inline;
	width:305px;
	line-height:1.5em;
	text-align:right;}

#form .form_item_text {
	width:220px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:2px;}
	
#form .form_item_text_short {
	width:50px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:2px;}
	
#form .form_item_textarea {
	width:220px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:2px;}
	
#form .form_item_radio {
	width:20px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:4px 0px 0px 0px;}
	
#form .form_item_checkbox_area_short {
	float:left;
	display:inline;
	width:200px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 0px 10px;}
	
#form .form_item_checkbox_area_long {
	float:left;
	display:inline;
	width:280px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 0px 10px;}
	
#form .form_item_checkbox_area_full {
	float:left;
	display:inline;
	width:500px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 0px 10px;}
	
#form .form_item_submit {
	width:60px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:2px;}
	
#form .form_item_newpass {
	width:120px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:2px;}
	
#error_0, #error_1, #error_2, #error_3, #error_4, #error_5, #error_6  {	
	float:left;
	display:inline;
	width:460px;
	margin:0px 5px;
	line-height:1.5em;
	text-align:right;}
	
#error_newpass {	
	float:left;
	display:inline;
	width:460px;
	margin:0px 5px;
	line-height:1.5em;
	text-align:right;}
	
#error_0 p, #error_1 p, #error_2 p, #error_3 p, #error_4 p, #error_5 p, #error_6 p {
	font-weight:bold;
	color:#d00;
	margin:0px 8px 0px 3px;}
	
#form .spacer {
	width:490px;
	margin:5px;}