@charset "utf-8";
/* CSS Document */

/*collapsible page code*/
table { border:0px; border-collapse:collapse; width:100%} 
td {vertical-align:top; padding:0; }
html {height:100%; font-size:14px}


#allcontent{
width:800px;
height:1000px;
background-image:url(./images/feedbackform.jpg);
background-position:top;
background-repeat:no-repeat;
}

#text{
margin-left:30px;
margin-right:30px;
padding-top:10px;
text-align:left;
font-family:Calibri, Arial, sans-serif;
}

.header{
font-size:108%;
color:#d4b140;
}

#buttons{
padding-top:73px;
padding-left:570px;}

#bottombar{
clear:both;
margin-top:55px;
text-align:center;
color:#FFFFFF;
font-family:Calibri, Arial, sans-serif;
}

.space{
vertical-align:middle;
padding:0px 0px 0px 40px;
font-size:12px;
font-weight:bold}

a:link {
	color:#990000;
	text-decoration: none;
}
a:visited {
color:#990000;
	text-decoration: none;
}
a:hover {
	color:#d4b140;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}