@charset "utf-8";
*{
margin:0;
padding:0
}
body {
	background:#eee;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	text-align:left;
	background:#fff;
	padding:20px 20px;
	border:1px solid #ccc;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px;
	-o-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px;
}
#container {
	margin:20px auto 20px auto;
	width:700px;
}
.clear{
clear:both;
}
h2{
	font-size:30px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	padding:15px 0px 10px 0px;
	margin:0px;
}
p{
	font-size:13px;
	text-align:left;
	color:#000000;
	padding:10px 0px 10px 10px;
	margin:0px;
}
h3{
font-size:18px;
margin:0px 0px 0px 0px;
padding:5px 0px 5px 10px;
float:left;
font-weight:bold;
}
.bar { background:url(border_2.gif) repeat-x bottom left; padding:0px 0px 0px 0px; margin:0px 0px 3px 0px; border:none; float:left; width:100%; font-size:10px; line-height:12px; height:4px; }

label {
	float:left;
	width:300px;
	font-size:13px;
	padding:5px 0px 5px 10px;
	text-align:left;
	margin:3px 0px 3px 0px;
	font-weight:bold;
}

input, textarea {
	width:280px;
	border:1px solid #ccc;
	padding:3px 3px 3px 5px;
	margin:3px 0px 3px 0px;
	float:left;
	color:#333;
}
select {
	padding:1px;
	width:150px;
}
.newbutton {
	font-weight:bold;
	background:#99d0f1;
	margin:8px 8px 8px 0px;
	padding:3px 5px 3px 5px;
	border:1px solid #777;
	text-decoration:none;
	font-size:13px;
	color:#000;
	float:left;
}
.newbutton:hover {
    background: #67b3e9;
}

span
{
	color:red;
}
#btnStartEvaluation
	{
	
		font-size:20px;
		color:#000;
		text-decoration:none;
		display:block;
		width:150px;
		padding:10px;
		border:1px solid #3278BE;
		text-align:center;
		float:right;

		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-o-border-radius:5px;
		border-radius:5px;
	}
	#btnStartEvaluation:hover {
		color:blue;
		border-color:black;
	}