/* CSS Document */

*
{
	padding:0px;
	margin:0px;
}

div.label
{
	font-size:11px;

}
div.value{
	font-size:11px;
}

div.textQuestion {}
div.textQuestion .label {}

.textQuestion .value
{
	margin-top:10px;
}

.textQuestion .value textarea
{
	width:620px;
	height:100px;
}

div.textQuestion .value input
{

}

div.radioQuestion
{
	padding-top:20px;
}	
div.radioQuestion .label
{
	margin-bottom:15px;
	font-weight:bold;
}	
div.radioQuestion .value 
{
	margin-left:10px;
}
div.radioQuestion .value .radioOption
{
	border:0px solid #000;		
	width: 166px;
	float:left;
}

div.radioQuestion .value .radioOption .radioLabel
{
	float:left;
	padding-left:5px;
}

*:first-child+html div.radioQuestion .value .radioOption .radioLabel
{
	float:left;
	padding-top:3px;
	padding-left:5px;
}

div.radioQuestion .value .radioOption .radioValue
{
	float:left;
}
div.radioQuestion .value .radioOption .value input {}

div.radioQuestion .valueOther {}
div.radioQuestion .valueOther .label {}
div.radioQuestion .valueOther .value {}
div.radioQuestion .valueOther .value input {}



.hospitalityOrganisation 
{
	border-top:1px dotted #AAA;		
}

.btn
{
	margin-top:20px;
	text-align:center;
}

div.errorMessage
{
	color:red;
}

div.giveDetails .label
{
	margin-top:15px;
	margin-left:20px;
}

/* ENTER DETAILS SECTION */
#HospitalityForm {
	width: 675px; 
}

* html #HospitalityForm {
	width: 682px; 
}

#HospitalityForm div.formLeft
{
	border-right:none;
	float:left;
	padding-right:4px;
	width: 330px;
}

#HospitalityForm div.formRight
{
	float:left;
}

#HospitalityForm div.formRight div.image
{
	padding-top:16px;
}

#HospitalityForm div.formRight div.image img
{
	border:1px solid #000;
}

/* Title */
div.title {
	float: left;
	width: 70px;
}
div.title div.label {
	width: 65px; 
}
div.title div.value {
	margin-top: 1px;
	width: 60px; 
}
div.title input {
	width: 60px; 
}

/* Forename */
div.forename {
	float: left;
	width: 130px;
}
div.forename div.label {
	width: 125px; 
}
div.forename div.value {
	margin-top: 1px;
	width: 120px; 
}
div.forename input {
	width: 120px; 
}

/* Surname */
div.surname {
	float: left;
	width: 130px;
}
div.surname div.label {
	width: 125px; 
}
div.surname div.value {
	margin-top: 1px;
	width: 120px; 
}
div.surname input {
	width: 120px; 
}

/* Organisation */
div.organisation {
	float: left;
	width: 330px;
	margin-top:2px;
}
div.organisation div.label {
	width: 325px; 
}
div.organisation div.value {
	margin-top: 1px;
	width: 320px; 
}
div.organisation input {
	width: 320px; 
}

/* Address - Line 1 */
div.address1
{
	margin-top: 5px;
	width: 330px;
}
div.address1 div.label {
	width: 325px;
}
div.address1 div.value {
	margin-top: 1px;
	width: 320px;
}
div.address1 input {
	width: 320px;
}

/* Address - Line 2, 3 & 4 */
div.address2, div.address3, div.address4 {
	margin-top:1px;
	width: 330px;
}
div.address2 div.label, div.address3 div.label, div.address4 div.label {
	display: none;
}
div.address2 div.value, div.address3 div.value, div.address4 div.value {
	width: 320px;
}
div.address2 input, div.address3 input, div.address4 input {
	width: 320px;
}

/* Address - Line 5 */
div.address5
{
	float: left;
	margin-top:1px;
	width: 145px; 
}
div.address5 div.label
{
	display: none;
}
div.address5 div.value
{
	width: 130px; 
}
div.address5 input
{
	width: 130px; 
}

/* Postcode */
div.postcode {
	float: left;
	margin-top:1px;
	width: 185px;
}
div.postcode div.label {
	float: left;
	margin-top: 2px;
	width: 95px;
}
div.postcode div.value {
	float: left;
	width: 80px;
}
div.postcode input {
	width: 80px;
}

/* TelephoneLeft (Telephone home, Mobile) & TelephoneRight (Telephone work, Fax) */ 
div.telephoneLeft, div.telephoneRight {
	float: left;
	margin-top: 5px;
	width: 165px;
}
div.telephoneLeft div.label, div.telephoneRight div.label {
	width: 160px;
}
div.telephoneLeft div.value, div.telephoneRight div.value {
	margin-top: 1px;
	width: 155px;
}
div.telephoneLeft input, div.telephoneRight input  {
	width: 155px;
}

/* Email */
div.email {
	margin-top: 5px;
	width: 330px;
}
div.email div.label {
	width: 325px;
}
div.email div.value {
	margin-top: 1px;
	width: 320px;
}
div.email input {
	width: 320px;
}

/* security */
div.security {
	margin-top:10px;
	margin-bottom:10px;
	width:365px;
}
div.security div.swzImgSec
{
	}
div.security div.swzImgSec div.textandinput {
	float:right;
	width:235px;
}
div.security div.swzImgSec div.description {
	font-size:11px;
	line-height:1em;
	padding:2px 0 4px 0;
}
div.security div.swzImgSec div.value  {
}
div.security div.swzImgSec div.value input {
	width:100px;
}
div.security div.swzImgSec div.image  {
	float:right;
	padding-right:10px;
	width:120px;
}

