@charset "UTF-8";

body {
	background-image: url('../images/bg-default2009.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
}


.smallcaps {
	font-variant: small-caps;
	color: #ffffff;
	font-family: "Adobe Caslon Pro", "Times New Roman", serif;
	letter-spacing: 1px;
	
}	

#contactleft {
	width: 200px;
	padding: 0px 15px;
	margin-top: 15px;
	margin-right: 70px;
	margin-bottom: 50 px;
	border-right: thin dashed #256ebf;
	float: left;
	height: 455px;
}

#contactfields {
	width: 100px;
	float: left;
	font-size: 12px;
	margin-top: 10px;
	height: 350px;
}

#contactfields p {
	margin-top: 14px;
}


#contactform {
	width: 419px;
	margin-top: 15px;
	float: left;
}

form {
	color: #256ebf;
	font-size: 12px;
	
}

input, textarea {
	border: thin dashed #256ebf;
	color: #ffffff;
	background-color: #000000;
	margin: 0px;
	padding: 5px;
	/* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.8;

}