body {
	background-color:transparent;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

.title {
	font-size:11px;
	font-weight:bold;
}

#content-wrapper {
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	width:500px;
	height:700px;
	top:0px;
	left:0px;

}

#contact {
	position:absolute;
	height:700px;
	width:500px;
	left:0px;
	top:0px;
	list-style-type:none;
	z-index:5;
}

#info {
	position:absolute;
	left:0px;
	width:190px;
	font-size:10px;
	line-height:16px;
	padding:5px 0 0 10px;
}

#info a:visited {
	color:#000;
	text-decoration: none;
}

#info a:hover {
	color:#FF0000;
	text-decoration: none;
}


/*//// BEGIN FORM /////*/

#untouchable {
	position:relative;
	float:left;
	margin-right:3px;
	font-size:10px;
}

label.overlabel {
	color:#999;
}

label.overlabel-apply {
    position:absolute;
	top:3px;
    left:5px;
    z-index:1;
    color:#999;
}

#mailing {
}

#panel {
	clear: both;
	border:none;
	position:absolute;
	left:210px;
	width:190px;
	height:300px;
	top: 0px;
	padding:5px 0 0 10px;
	overflow:hidden;
}

input.required, textarea.required {
	border: 1px solid #CCCCCC;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF0000;
	color : #FF0000;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	width:160px;
	color : #FF0000;
	font-size:10px;
	padding: 2px 0;
}

.form-row {
	clear: both;
	padding: 5px 0;
}

.field-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:2px;
}

.field-widget {
	float:left;
	opacity: .9;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
}

input {
	font-size:10px;
}

.buttons {
	float:left;
	clear:both;
	padding-top:5px;
	position:relative;
	top:7px;
	font-size:10px;
}

/*///////// END FORM ///*/



#info-bg {
	position:absolute;
	width:200px;
	height:700px;
	left:0px;
	top:0px;
	background-color:#FFFFFF;
	opacity: .9;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	z-index:-5;
}

#mailing-bg {
	position:absolute;
	width:200px;
	height:700px;
	left:210px;
	top:0px;
	background-color:#FFFFFF;
	opacity: .9;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	z-index:-5;
}
