html, body {height: 100%;}
body {
	background-position: top center;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-attachment: fixed;
	padding:0px;
	margin:0px;
	text-align: center;
	background-color: #d9d9d9;
  color: #000000;
	font-family: Tahoma; font-size: 10px
}
table.main {width: 820px; align: center;}
.menu_bg {
	background-position: top center;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;}
table tr {margin: 0px; padding: 0px; border: 0px;}
img {border:0;}
a:link {color:#c0c0c0;}
a:visited {color:#c0c0c0;}
a:hover{color:#FFFFFF ;background-color: #006666; text-decoration: none }
a{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;text-decoration: none;color:#c0c0c0;}
.text {font-family: Arial; font-size: 12px; color: #a8a8a8;}
.title {font-family: Arial; font-size: 13px; color: #ff9503; font-weight:bold;}
.b_title {font-family: Arial; font-size: 14px; color: #660000; font-weight:bold;}
.b_text {font-family: Arial; font-size: 12px; color: #000000;}
.datetitle {font-family: Arial; font-size: 10px; color: #000000; font-weight:bold;}
.dates {font-family: Arial; font-size: 11px; color: #3366CC;}
.mainAreaInternal {
	 position: relative;
   align: center;
   top: 0px;
   left: 0px;
   width: 800px;
   overflow: auto;
	 padding: 2px;
   z-index: 0;
	 font-family: Arial; font-size: 10px;
 }

 .mainAreaLoading {
 	 position: relative;
   align: center;
   width: 800px;
   z-index: 1;
}
.dot_hr {
background-image:url(../images/dot_bl.jpg);
background-repeat:repeat-x;
}
.dot_vr {
background-image:url(../images/dot_br.jpg);
background-repeat:repeat-y;
}
#form-wrap {
	width: 350px;
	background: white;
	padding: 5px 5px 5px 5px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#form-area {
	width: 350px;
	margin-top: 0px;
	
}

#form-area input, #form-area textarea {
	padding: 5px;
	width: 350px;
	font-family: Verdana, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 5px 0px;
	border: 2px solid #ccc;
}

#form-area textarea {
	height: 90px;
}

#form-area textarea:focus, #form-area input:focus {
	border: 2px solid #900;
}

#form-area input.button {
	width: 200px;
	
}

.warning {
    font-weight: bold;
    color: #f00;
}

label {
    font-weight: bold;
    color: #036;
    display: block;
}