body
{
	text-align:center; /* center-align for IE */ 
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
}


#page
{
	width:775px;
	margin:20px auto 0px auto; /* center-align for FF/OP */ 
	border:1px solid #0090BD;
}

#form
{
	text-align:left;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:35px;
}

.row
{
	display:block;
	margin:13px 0px 13px 0px;
	clear:both;
	vertical-align:top;
}

.filename
{
	color:#999999;
	font-size:0.9em;
	background-color:#ffff77;
}

.hint
{
	color:#999999;
	font-size:0.9em;
}

.name
{
	display:block;
	float:left;
	width:150px;
	padding-right:10px;
	text-align:right;
}

.textbox
{
	position:relative;
	width:300px;
}

.required
{
	background-color:#EBF2F6;
}

.textarea
{
	width:456px;
}

.upload
{
	/*height:20px;
	line-height:20px;
	border:1px solid pink;
	vertical-align:top;*/
}

.imagebutton
{
	position:relative;
	top:5px;
}

.fileupload
{
	border:1px solid lime;
	margin-bottom:10px;	
}

.bottombuttons
{
	margin:5px;
	
}

A
{
color:#0090BD;
text-decoration:none;
}

A:hover
{
	text-decoration:underline;
}

H3
{
	padding-top:50px;
	width:100%;
	border-bottom:1px solid #efefef;	
	color:#0090BD;
	font-size:14px;
	font-weight:bold;
}
INPUT
{
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
}
TEXTAREA
{
		font-family:Verdana;
	font-size:12px;
	font-weight:normal;
}