/* CSS Document */

/* Starts the contact form on the contact page */
#rightcol #contactform {
	width: 204px;
	border: 1px solid #cccccc;
	background: url(../images/brochurebox_bg.gif) repeat-x;
	margin-top: -6px;
	margin-bottom: 1em;
	margin-left: 16px;
}
#rightcol #contactform h3 {
	font-size: 120%;
	text-align: center;
	color: #0C3A0B;
	padding-top: .5em;
}
#rightcol #contactform p {
	text-align: left;
	margin-left: 11px;
	margin-top: .5em;
}
#rightcol #contactform label {
	margin-top: 2px;
}
#rightcol #contactform input {
	width: 179px;
	height: 15px;
	background: url(../images/input_bg.gif) no-repeat;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
}
#rightcol #contactform textarea {
	margin-top: 2px;
}
#rightcol #contactform #comments {
	width: 179px;
	background: url(../images/textarea_bg.gif) no-repeat;
	border: 1px solid #CCCCCC;
	height: 60px;
}
#rightcol #contactform #submit2 {
	height: 22px;
	width: 60px;
	margin-top: 0.5em;
	margin-left: 70px;
	margin-bottom: .75em;
}
#rightcol #contactform #privacy {
	width: 16px;
	margin-left: .5em;
}
#rightcol #contactform #secode {
	width: 60px;
}
/* Ends the contact form on the contact page */

/* Starts the loyalty card form on the home page 
Testing the new storyboard format */
#rightcol #loyaltyform {
	width: 204px;
	border: 1px solid #cccccc;
	background: url(../images/brochurebox_bg.gif) repeat-x;
	margin-top: -6px;
	margin-bottom: 1em;
	margin-left: 16px;
}
#rightcol #loyaltyform h3 {
	font-size: 120%;
	text-align: center;
	color: #0C3A0B;
	padding-top: .5em;
}
#rightcol #loyaltyform p {
	text-align: left;
	margin-left: 11px;
	margin-top: .5em;
}
#rightcol #loyaltyform label {
	margin-top: 2px;
}
#rightcol #loyaltyform input {
	width: 179px;
	height: 15px;
	background: url(../images/input_bg.gif) no-repeat;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #999999;
}
#rightcol #loyaltyform textarea {
	margin-top: 2px;
	margin-bottom: 2px;
}
#rightcol #loyaltyform #existing, #rightcol #loyaltyform #potential {
	width: 14px;
	height: 14px;
	margin-left: 6px;
	padding-top: 4px;
}
#rightcol #loyaltyform #comments {
	width: 179px;
	background: url(../images/textarea_bg.gif) no-repeat;
	border: 1px solid #CCCCCC;
	height: 60px;
}
#rightcol #loyaltyform #submit2 {
	height: 22px;
	width: 60px;
	margin-top: 0.5em;
	margin-left: 70px;
	margin-bottom: .75em;
	color: #333333;
}
#rightcol #loyaltyform #privacy {
	width: 16px;
	margin-left: .5em;
}
#rightcol #loyaltyform #secode {
	width: 60px;
}
/* Ends the loyalty card form on the home page */

/* Starts the MOT booking form on the MOT booking page */
#content #motform {
	width: 400px;
	border: 1px solid #cccccc;
	background: url(../images/brochurebox_bg2.gif) repeat-x;
	margin-top: -6px;
	margin-bottom: 1em;
	margin-left: 16px;
}
#content #motform h3 {
	font-size: 120%;
	text-align: center;
	color: #0C3A0B;
	padding-top: .5em;
}
#content #motform p {
	text-align: left;
	margin-left: 11px;
	margin-top: 0.5em;
	clear: left;
}
#content #motform label {
	margin-top: 2px;
	float: left;
	width: 54%;
	text-align: right;
	margin-right: 1%;
}
#content #motform input {
	width: 44%;
	height: 15px;
	background: url(../images/input_bg2.gif) no-repeat;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
}
#content #motform #existing {
	border: 1px solid #999999;
}

#content #motform #potential, #content #motform #existing {
	width: 20px;
}
#content #motform #submit2, #content #motform #submitit {
	height: 28px;
	width: 60px;
	margin-top: 0.5em;
	margin-left: 46%;
	margin-bottom: 0.75em;
}

#content #motform #privacy {
	width: 16px;
	margin-left: .5em;
}
#content #motform #secode {
	width: 60px;
}
/* Ends the MOT booking form on the MOT booking page */

