/* iosh-training.co.uk - contact forms
	for MSM Safety Managemnt Services - www.webhotdesigns.co.uk */

#subscribe {

}
#subscribe form {

}
#subscribe fieldset {
	border: none;
}
#subscribe legend {
	display: none;
}
#subscribe label {
	font-size: x-small;
	font-weight: bold;
	color: #505050;
	background: transparent;
}
#subscribe .sub-box {
	margin-top: 0px;
	color: #505050;
	padding: 1px 2px;
	font: normal 11px Arial, Helvetica, sans-serif;
	width: 180px;
}
#subscribe .radio {
	margin-top: 0px;
	cursor: pointer;
}
#subname, #subemail {
	color: #000000;
	border: 1px solid #385B88;
}
#subscribesubmit {
	background: #D2D3D3;
	color: #505050;
	margin-top: -32px;
	letter-spacing: 2px;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	cursor: pointer;
}
#contact {

}
#contact form {

}
#contact fieldset {
	border: none;
}
#contact legend {
	display: none;
}
#contact label {
	background: inherit;
	text-align: left;
	color: #BC4410;
	font: bold .9em/1.3em Arial,Helvetica,sans-serif; 
	padding: 0;
	margin-top: 10px;
	margin-bottom: 2px;
}
.contactleft {
	width: 250px;
	margin: 10px 0;
	float: left;
}
.contactright {
	width: 290px;
	margin: 10px 0;
	float: right;
}
.input-box {
	margin-bottom: 2px;
	color: #505050;
	background: transparent;
	width: 240px;
	padding: 2px 2px;
	border: solid 1px #7EA3B2;
	font-family: Arial, Helvetica, sans-serif;
}
.textarea {
	color: #505050;
	background: transparent;
	width: 290px;
	height: 93px;
	border: solid 1px #7EA3B2;
}
*:first-child+html  .textarea {
	height: 103px;
}
* html .textarea {
	height: 103px;
}
#subname, #subemail {
	color: #000000;
	border: 1px solid #385B88;
}
.contactsubmit {
	background: #D2D3D3;
	color: #505050;
	margin: 10px 10px 20px 0;
	letter-spacing: 2px;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	cursor: pointer;	
}
.contactreset {
	background: #D2D3D3;
	color: #505050;
	margin: 10px 0 20px 0;
	letter-spacing: 2px;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;	
}