/*  SightSavers - teachers
Author:	www.readingroom.com
Last updated: 08 October 07 */

/* STYLESHEET  */

/*_____forms__________________________________________________
*/

form {
	width:300px;  
	
}

form h2 {
	margin: 0 0 1em 7em;
	float: left;
}

input, textarea, select, label {
	color: #333;
}

fieldset {
	border:none;
}

form legend {
	display:none;
}
.frmRow, .frmRowBtn { 
	float: left;  
	margin-bottom: 10px; 
	width:520px; 
}

.frmRowCheckBox { 
	float: left;  
	margin-bottom:10px; 
	
	margin-left:115px; 
	font-size:110%;
	
}



.frmRowCheckBox input {
	margin-right:6px;
}

.frmRowCheckBox, .frmRowBtn {
	width:360px !important;
}

.frmRowBtn {
	text-align: right;
	width:34em;
}

.frmRow input, .frmRow select {
	width: 200px;
	border: 1px solid #999;
}

.frmRow textarea {
	height: 100px;	
	width: 200px;
	border: 1px solid #999;
}

.frmRow label {	
	display: block;	
	float: left;	
	width: 100px;
	text-align: right;	
	margin-right:15px; 
	font-weight:bold;
	font-size:120%;
}

.frmRowCheckBox input {	
	float: left;
}

.frmRowCheckBox label {	
	display: block;	
	float: left;
	width: 190px;
}

.btnSubmit {
	float: left; 
	margin-left:257px;
	font-weight:bold;
	font-size:120%;
	border:none;
	padding:0px 10px 12px 10px;
}

.btnSubmit2 {
	float: left; 
	margin-left:257px;
	
}


