/* CSS Document */


.clear {
  clear: both;
}

form {
  font-size: 11px;
	width: 531px;
}


/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	background-color:#F5F5F5
}

/* legend styling */
legend {
	font-size: 14px;
	font-weight: bold;
}

form p {
  position: relative;
	width: 100%;
}

/* style for  labels */
label {
	float: left;
	width: 10em;
}



/* style for required labels */
label .required {
	font-size: 0.83em;
	color:#760000;
}

/* style error messages */
label .feedback 
{
	position: absolute;
	margin-left: 11em;
	left: 200px;
    right: 0;
	font-weight: bold;
	color:#760000;
	padding-left: 18px;
	background: url(images/error.png) no-repeat left top;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

/*
input 
{
  width: 255px;
}
*/

.section3col1
{
float:left;
width:100px;
}

.section3col2
{
    float:left;
width:100px;  
}



.section4col1txt
{
    float:left;
width:100px;
height:20px;     
}


.section4col1RB
{
    float:left;
width:67px;
height:20px;  
}

.section4col1
{
    float:left;
width:100px;  
}
.section4col2
{
    float:left;
width:67px;  
}
.section4col3
{
    float:left;
width:67px;  
}
.section4col4
{
    float:left;
width:67px;  
}
.section4col5
{
    float:left;
width:67px;  
}
.section4col6
{
    float:left;
width:67px;  
}
.section4col7
{
    float:left;
width:67px;  
}


/* section 7 */
#tb7_how_old_are_you
{
    width:30px;
    margin-left:10px;
}

#tb7_how_old_are_you
{
    margin-left:10px;
}
#tb7_MF
{
    margin-left:10px;
    width:60px;
}
#tb7_county
{
    margin-left:10px;
}
#tb7_timesFlowenFromBirmingham
{
    margin-left:10px;
    width:30px;
}
#tb7_BizORleisure
{
    margin-left:10px;
}
#tb7_firstName
{
    margin-left:10px;
}
#tb7_surname
{
    margin-left:10px;
}
#tb7_addressLine1
{
    margin-left:10px;
}
#tb7_addressLine2
{
    margin-left:10px;
}
#tb7_addressLine3
{
    margin-left:10px;
}
#tb7_postcode
{
    margin-left:10px;
}
#tb7_email
{
    margin-left:10px;
}

#tb7_telephone
{
    margin-left:10px;
}

.sedction7col1left
{
    float:left;
    
}

.sedction7col2right
{
 float :left;
    width:300px;
    
   
}

.sedction7col1
{
  width:80px;
 height:30px;
   
}

.sedction7col2
{
  width:400px; 
 height:30px;
}

.section7row
{
  width:500px; 
 height:40px;
}



input[type="text"], textarea 
{
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.radioButton, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc;
}

input.RadioButton 
{
  float: left;
	margin-right: 1em;
}

textarea 
{
	width: 300px;
	height: 100px;
}

RadioButton
{
   width: 20px;
	height: 20px; 
 }



/* Date of Birth form styling */



.required {
	font-size: 11px;
	color:#760000;
}

.contactSub {
	color:#666;
}



/* FAQ input */

#Question6_txtFAQ input[type="text"], textarea
{
width:153px;
}

#Question6_txtFAQ
{
width:153px;
}



#Question6_txtName
{
width:153px;
}

#Question6_txtUserEmail
{
width:153px;
}

#Question6_btnFaq
{
width:80px;
}

