@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color: #4a4a4a;
	background: #79ad3e url(../images/ash-bgd.gif) repeat-x top;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#form-container {
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 20px;
	height: 595px;
}
#copy-form {
	float: left;
	width: 460px;
}
#form-box {
	float: left;
	width: 460px;
	padding-top: 20px;
}
#window-close {
	text-align: center;
	float: left;
	width: 460px;
	padding-top: 25px;
	clear: both;
}
.copy-headline {
	font-size: 135%;
	font-weight: bold;
	color: #79ae3a;
}
.copy-subhead {
	font-size: 90%;
	font-weight: bold;
	color: #0f96c4;
	line-height: 130%;
}
.copy-main {
	font-size: 85%;
	line-height: 140%;
}
.image-border {
    border: none
}

