body,html{
	height:100%;
	margin:0;
	padding:0;
	width:100%;
}
body,html,table,tr,td{
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
}

h1{
	font-size:17px;
	font-weight:bold;
	color:#00386a;
	text-shadow:rgba(0,0,0,0.2) 2px 2px 5pt;
}
h2{
	font-size:13px;
	padding-top:10px;
	font-weight:bold;
	color:#00386a;
	text-shadow:rgba(0,0,0,0.1) 2px 2px 3pt;
}
.center{
	text-align:center;
}
.notice{
	font-style:italic;
	color:#555;
}
.markTable td{
	height:25px;
	border-bottom:1px solid #888;
}

select{
     border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	padding:0px;
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
select:focus{
     border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
}	
input {
	padding:2px 5px;
    outline:none;
    transition: all 0.75s ease-in-out;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(104,130,153, 0.7);
	box-shadow: 0 0 5px rgba(104, 130,156,0.5);
    -webkit-box-shadow: 0 0 5px rgba(104, 130,156,0.5);
    -moz-box-shadow: 0 0 5px rgba(104, 130,156,0.5);
}

input:focus {
    box-shadow: 0 0 5px rgba(0, 56, 106, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 56, 106, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 56, 106, 1);
    border:1px solid rgba(0,56,106, 0.8); 
}

.ok, .error{
	padding:5px;
	border:1px dashed;
	text-align:center;
	width:250px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.error{
	border-color:#005;
	background-color:#00386a;
}
.ok{
	border-color:#040;
	background-color:#0a0;
}
.top{
	background-image:url(images/top.png);
	width:100%;
	height:150px;
	background-repeat:repeat-x;
}
.banner{
	height:150px;
	width:350px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;

	background-repeat:no-repeat;
	background-position:10px 0%;
	vertical-align:top;
	text-align:center;
}
.survey_name{
	font-weight:bold;
	font-size:18px;
	color:#fff;
	padding-top:0px;
}
.links a{
	font-size:13px;
}
.links{
	font-weight:bold;
	color:#00386a;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:10px;
	width:300px;
	border:1px solid #101010;
	padding:10px;
	 border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(104,130,153, 0.7);
	box-shadow: 2px 2px 6px rgba(0, 0, 0,0.5);
    -webkit-box-shadow:  2px 2px6px rgba(0, 0, 0,0.5);
    -moz-box-shadow:  2px 2px 6px rgba(0, 0, 0,0.5);
}
a{
	color:#00386a;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.range_text{
	width:180px;
	min-width:180px;
}
.date{
	color:#dadada;
	padding-top:5px;
	font-style:italic;
	font-size:12px;
}
.question_table{
	width:100%;
	padding-right:16px;
}
.scale td{
	text-align:center;
	color:#444;
}
.markRadio,.markScale{
	width:25px;
}
.answer_range{
	width:100%;
}
.answer{
	width:100%;
	cursor:pointer;
}
.buttons{
	padding-top:15px;
	padding-left:15px;
}
.question_name{
	background-color:#00386a;
	color:#fff;
	font-weight:bold;
	padding:4px 10px;
	width:100%;
}
.check{
	width:20px;
	padding:5px 4px;
}
.question_div{
	/*margin:0px 10px;*/
	width:100%;
}
.content{
	width:100%;
	height:100%;
	vertical-align:top;
	background-image:url(images/fade.png);
	background-repeat:no-repeat;
	background-position:90% 90%;
}