/**********************************************************************/
/*** FORMS ***/
/**********************************************************************/
.tx-thmailformplus-pi1 {
	padding-right: 5px;
}

form {
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

textarea {
	overflow: auto;
}

label  {
	font-size: 11px;
	margin: 0;
	padding-left: 0px;
}

.td {
	font-size: 11px;
}

.field {
	border: 1px solid #DEE5EB; 
	color: #7f7d70;
}

.checkbox {
	border: 1px solid #DEE5EB;
}

.button {
	font-size: 11px;
	background-color: #f2f2f0;	
	color: #003A75;
	border: 1px solid #DEE5EB;
	width: 120px;
	margin-right: 30px;
}

.captcha {
	margin: 5px 0px 0px 1px;
}

.infotext {
	font-size: 11px;
}

.infotext-field {
	font-size: 10px;
	font-style: italic;
}

.radio {
	width: 10px !important;
}

.input-date {
	width: 100px !important;
}

.input-extra {
	width: 175px !important;
}

#change-address-form .field {
	width: 200px;
}

#direct-debit-form .field {
	width: 200px;
}

#tell-a-friend-form .field {
	width: 200px;
}

/**********************************************************************/
/*** CONTACT FORM ***/
/**********************************************************************/
#contact-form .field {
	width: 200px;
}

#contact-form textarea {
	width: 200px;
	height:150px;
}

#callback-form .field {
	width: 200px;
}

#callback-form .select-time {
	width: 60px;
}

#callback-form .select-small {
	width: 70px;
}

#form-table {
	margin: 0;
	padding: 0;
}

#form-table td {
	margin: 0;
	padding: 4px 4px 4px 0px;
}




/**********************************************************************/
/*** LOGIN FORM ***/
/**********************************************************************/
#login-form .field {
	width: 160px;
}

#login-form td {
	padding-left: 0px;
}

.backlink-login {
	clear: both;
	padding-top: 20px;
}

.tx-felogin-pi1 label {
	display: inline !important;
}

.tx-felogin-pi1 {
	margin-bottom: 25px;
}


/**********************************************************************/
/*** REGISTER FORM ***/
/**********************************************************************/
#register-form .field {
	width: 160px;
}

.tx-srfeuserregister-pi1 td {
	padding-left: 0px;
}

.tx-srfeuserregister-pi1-radio {
	margin-right: 6px !important;
}

#tx-srfeuserregister-pi1-gender-1 {
	margin-left: 12px !important;
}

.tx-srfeuserregister-pi1 a {
	background-image: none !important;
	padding: 2px 5px !important;
	text-align: center !important;
	white-space: nowrap !important;	
}

.tx-srfeuserregister-pi1-notice {
	font-style: normal !important;
	font-weight: bold !important;
	margin: 12px 0px !important;
	padding-left: 0px !important;
}


/**********************************************************************/
/*** SPECIAL CONTENT-ELEMENTS FOR ORDER-FORM ***/
/**********************************************************************/
#materials-table {
	width: 510px;
}
#materials-table td {	
	vertical-align: top;
	text-align: left;
	padding: 15px 5px 15px 0px;
}

.title {
	font-weight: bold;
}

#materials-table td.td-first {
	width: 80px;
}

#materials-table td.td-second {
	width: 160px;
}






