body {
	margin: 0px;
   padding: 0px;
}

form {
   margin: 0px;
   padding: 0px;
}

#mydiv {
   font-family: sans-serif;
   font-size: 12px;
   text-align: center;
   color: gray;
   width: 700px;
   height: 472px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -236px; /*set to a negative number 1/2 of your height*/
	margin-left: -350px; /*set to a negative number 1/2 of your width*/
   overflow: hidden;
}


#container {
	font-family: sans-serif;
   font-size: 12px;
   text-align: center;
   color: gray;
   margin: 10px auto;
   width: 700px;
}

#top {
   height: 50px;
   width: 700px;
   background: transparent url('../img/top_bg.gif');
}

#bottom {
   height: 36px;
   width: 700px;
   background: transparent url('../img/bottom_bg.gif');
}

#logo {
   height: 80px;
   width: 700px;
}

#footer {
   height: 18px;
   width: 700px;
   text-align: center;
   padding: 12px 0px 0px 0px;
}

#text {
	font-family: sans-serif;
   font-size: 16px;
   line-height: 44px;
   text-align: center;
   background: transparent url('../img/text_bg.gif');
   color: #505050;
   height: 44px;
   width: 700px;
   padding: 0px;
   margin: 10px 0px;
}

#request {
   float: left;
}

#login {
   float: right;
}

div.form {
	text-align: left;
	background: #E0E0E0;
	width: 344px;
}

div.form td {
   margin: 0px;
   padding: 0px;
   height: 38px;
}

div.form label {
	color: #303030;
   width: 80px;
   padding: 10px;
   float: left;
}

div.form label.header {
   font-size: 14px;
	color: #505050;
   width: 324px;
   line-height: 18px;
   height: 44px;
   padding: 8px;
   float: left;
}

div.form label.error {
   font-size: 11px;
	color: red;
   width: 200px;
   line-height: 16px;
   height: 16px;
   padding: 0px;
   margin: 0;
   clear: both;
}

div.form input.text {
   width: 200px;
}

div.form input.file {
   width: 200px;
}

div.form input.submit {
   width: 100px;
}

.note {
   color: #AA3333;
}

td.note {
   font-style: italic;
   text-align: left;
   height: 20px !important;
   padding-left: 14px !important;
}

#request_button {
   width: 200px;
   height: 50px;
}