html, body, object, iframe {
	margin:0px;
	padding:0px;
	background:#f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	border: 0;
}

label {
	padding:3px;
	display:block;
}
.curvebox {
	-webkit-border-radius: 46px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	padding:10px;
	margin-top:10px;
	background-color:#ffffff;
	overflow:hidden;
	
	-moz-box-shadow: 0px 1px 4px #666;
	-webkit-box-shadow: 0px 1px 4px #666;
	box-shadow: 0px 1px 4px #666;
}

#container {
	width: 800px;
	background-color:#cccccc;
	margin:20px auto;
	
	padding:10px;
	overflow:visible;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow: 1px 3px 4px #666;
	-webkit-box-shadow: 1px 3px 4px #666;
	box-shadow: 1px 3px 4px #666;
}
#titleBox {
	margin-bottom:10px;
	margin-top:0px;
	font-size:25px;
	background-image: url('/images/logostrip.jpg');
	background-position: 425px 7px;
	background-repeat: no-repeat;
}
#message {
	margin-bottom:10px;
	font-size:25px;
	background-color: #bffa97;	
}
.header {
	font-size:25px;
	margin-bottom:10px;
}
.staffInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	width:210px;
	padding: 3px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color:#EF6868;
}
a:hover {
	text-decoration: underline;
}

.formRow {
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom:15px;
	border-bottom: 1px solid #cccccc;
}

.warning {
	padding-bottom: 15px;
	color:#EF6868;
}

.answerCorrect {
	background-color: #bffa97;	
	background-image: url('/images/bgTick.gif');
	background-position-x: 700px;
	background-repeat: no-repeat;
}
.answerIncorrect {
	background-color: #e8a3a3;	
	background-image: url('/images/bgCross.gif');
	background-position-x: 700px;
	background-repeat: no-repeat;
}
.parentQuestion, .answerCorrect, .answerIncorrect {

	border: 1px solid #cccccc;
	padding:10px;
	overflow:hidden;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	margin-bottom: 20px;
	
}

.green {
	background-color: #bffa97;	
}
.colourCurve {
	float:left;
	width:225px;
	height: 460px;
	background-color: #bffa97;	
	
	border: 1px solid #cccccc;
	padding:10px;
	overflow:visible;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.question {
	font-weight: bold;
	margin-bottom: 10px;
}
input.error {
	background-color: #e8a3a3;
	z-index: 1;
}
label.error {
	display: block;
	float:left;
	width: 130px;
	background-color: #e8a3a3;
	margin-top: -75px;
	margin-left: 85px;
	z-index: 99;
	position: relative;
	border: 1px solid #999;
	padding:5px;
	overflow:visible;
	color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#test-list, #test-list2 {
	list-style-type: none;	
	margin: 0;
	float:left;
	width:225px;
	background-color: #bffa97;	
	
	border: 1px solid #cccccc;
	padding:10px;
	overflow:visible;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
#test-list li, #test-list2 li{
	margin: 0;
	margin-bottom: 5px;
	padding: 5px;
	width: 210px;
	background-color: #fff;
	}
