Body
{
	margin: 0px;
	Cursor: default;
	FONT-FAMILY: Verdana, Arial;
	line-height: 20px;
}
.header
{
	height: 333px;
	background-image: url('headerBg.jpg');
	text-align: right;
}
.reflection
{
	height: 26px;
	width: 285px;
	background-image: url('reflection.jpg');
	background-repeat: no-repeat;
}
.lower_contact
{
	line-height: 19px;
	FONT-SIZE: 11px;
	COLOR: #666666; 

	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}
.trans_container
{
	width: 300px;
	height: 326px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	position:absolute;
	top: 3px;
	right: 3px;
	z-index: 0;
        filter:alpha(opacity=40);
        -moz-opacity:0.4;
        opacity: 0.4;
}
.trans_container_content
{
	line-height: 19px;
	width: 300px;
	height: 326px;
	FONT-SIZE: 11px;
	COLOR: #000000;
	border: 1px solid #ffffff;
	position:absolute;
	top: 3px;
	right: 3px;
	z-index: 1;
	padding: 10px;
}
.upper_contact_form
{
	line-height: 19px;
	FONT-SIZE: 11px;
	COLOR: #000000; 
}
input,textarea
{
	font-family: Verdana, Arial;
	font-size: 11px;
	border: 1px solid #666666;
}
.errorMsg
{
	color: red;
	FONT-WEIGHT: BOLD;
}
a,a:visited
{
	color: #0000FF;
}
a:hover
{
	text-decoration: none;
}

	