html {
	
	font-size: 12px;
	
	font-family: Arial;
	
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

fieldset {
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	max-width: 1000px;
	width: 800px;
	border-color: #b60000;
	border-style: solid;
	border-width: 1px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 10px ;
	-webkit-border-radius : 10px ;
	border-radius : 10px ;
}

fieldset.left {
	margin-right: 10px;
	position: relative;
	min-height: 400px;
	margin-left: 100px;
	float: left;
	border-color: #b68b30;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 10px ;
	-webkit-border-radius : 10px ;
	border-radius : 10px ;
}

fieldset.right {
	position: relative;
	min-height: 400px;
	margin-right: 100px;
	border-color: #b68b30;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 10px ;
	-webkit-border-radius : 10px ;
	border-radius : 10px ;
}

table {
	margin-bottom: 20px;
	margin-top: 10px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

input[type=text] {
	border-bottom-color: #333333;
	border-left-style: none;
	border-bottom-style: dotted;
	border-right-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	
}

input[disabled=disabled] {
	background-color: white;
	border-bottom-color: #333333;
	border-left-style: none;
	border-bottom-style: dotted;
	border-right-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	
}

input[type=button] {
	background-color: #fafafa;
	border-color: #bababa;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 3px ;
	-webkit-border-radius : 3px ;
	border-radius : 3px ;
}

input[type=submit] {
	width: 100px;
	height: 30px;
	background-color: #dadada;
	border-color: #bababa;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 3px ;
	-webkit-border-radius : 3px ;
	border-radius : 3px ;
}

input[type=button]:hover {
	background-color: #ececec;
	border-color: #bababa;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 3px ;
	-webkit-border-radius : 3px ;
	border-radius : 3px ;
}

input[type=submit]:hover {
	font-weight: bold;
	background-color: #dadada;
	border-color: #bababa;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 3px ;
	-webkit-border-radius : 3px ;
	border-radius : 3px ;
}

.right {
	text-align: right;
	margin-right: 0px;
}

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
.header {
	background : -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.21, rgb(79,77,79)),
    color-stop(0.61, rgb(59,57,59)),
    color-stop(0.81, rgb(107,104,107)),
    color-stop(0.91, rgb(138,134,138))
);
width: auto;
border-style: solid;
border-color: black;
border-width: 1px;
top: 0px;
margin-top: -10px;
background : -moz-linear-gradient(
    center bottom,
    rgb(79,77,79) 21%,
    rgb(59,57,59) 61%,
    rgb(107,104,107) 81%,
    rgb(138,134,138) 91%
);

	right: -20px;
	left: 0px;
	position: fixed;
	margin-right: -20px;
	margin-left: -10px;
	height: 40px;
	margin-bottom: 500px;
	opacity: 2;
	-moz-opacity:0.5;
	
}
a.white {
	text-decoration: none;
	color: #bababa;
	color-text: white;
	padding-top: 15px;
	float: right;
	padding-right: 50px;
}
a.white:hover {
	
	font-weight: bold;
	text-decoration: none;
	color: #ececec;
}
h2 {
	text-align: center;
	color: #b68b30;
}
img.home {
	margin-top: 13px;
	margin-left: 20px;
}
tr {
	text-align: left;
	height: auto;
	width: 80%;
}
thead {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
}
td {
	padding-bottom: 10px;
	max-width: 400px;
	min-width: 200px;
	text-align: left;
}
.big {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: black;
	font-size: x-large;
}
.questionnaire {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
input[type=radio] {
	margin-left: 50px;
}

input[type=checkbox] {
	margin-left: 50px;
}
textarea {
	margin-right: 50px;
	min-height: 100px;
	width: 700px;
	border-color: #bababa;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 3px ;
	-webkit-border-radius : 3px ;
	border-radius : 3px ;
	margin-left: 50px;
}
.formquestionnaire {
	height: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
b {
}
#footer {
	color: #666666;
	height: 20px;
}
#footer ul li {
	color: #666666;
	font-weight: bold;
	margin-right: 50px;
	margin-left: 50px;
	display: inline;
}