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

/* contact form */
formContact {
	float:left;
	clear:both;
}
form.formContact {
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	padding:5px;
	margin-right:15px;
}
form.formContact fieldset {
	padding: 0 5px 15px 5px;
	border: none;
}
form.formContact legend {
}
form.formContact label {
	width:8em;
}
form.formContact .required {
	font-weight:bold;
}
form.formContact .optional {
}
form.formContact {
	list-style:none;
}
form.formContact fieldset ol ul {
}
form.formContact fieldset li {
	list-style:none;
}
form.formContact fieldset label {
}
form.formContact label {
	float:left;
}
form.formContact input {
	border: solid 1px #ccc;
	background-color: #E8E8E8;
	color: #0000FF;
	width: 280px;
	margin: 5px;
}
#form.formContact .button {
	width: 100px;
	color: #FFFFFF;
	background-color: #9999CC;
	border: none;
	font-weight: bold;
	padding: 5px;
	margin: 0px 15px 5px 15px;
	float: right;
	clear: right;
}
form.formContact textarea {
	border: solid 1px #ccc;
	background-color: #E8E8E8;
	margin: 5px;
	border: solid 1px #ccc;
	background-color: #E8E8E8;
	color: #0000FF;
	width: 280px;
}
form.formContact select {
	border: solid 1px #ccc;
	background-color: #E8E8E8;
	color: #0000FF;
	width: 280px;
	margin:5px;
}
form.formContact .message {
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	padding: 5px 5px 5px 10px;
	width: 100%;
	font-weight: bold;
	background-color: #E8E8E8;
}
form.formContact checkbox {
	width:100px;
}
fieldset-termsGroup label {
	padding-left:0em;
	clear:both;
}
#fieldset-terms {
	border: solid 0px #ccc;
	background-color: #fff;
	color:#333333;
	width: 500px;
	margin: 5px;
}
#fieldset-termsGroup label legend {
	padding-left:5em;
	width:5em;
}
#fieldset-termsGroup checkbox {
	border: solid 1px #ccc;
	background-color: #E8E8E8;
	color: #0000FF;
	margin: 5px 25px 5px 5px;
	padding-left:1em;
	width:20px;
	float:left;
}
#fieldset-captchaGroup fieldset {
	width: 280px;
}
#fieldset-captchaGroup label legend {
	float:left;
	padding-left:0em;
	width: 280px;
}
#fieldset-captchaGroup img {
	float:left;
	clear:right;
	padding-left:0em;
}
#fieldset-captchaGroup input textbox {
	border: solid 1px #ccc;
	background-color: #E8E8E8;
	color: #0000FF;
	margin: 5px;
	margin-left:0em;
	width:200px;
}
#fieldset-submitGroup .button {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(../images/btn_submit_bg_01.gif) repeat-x left top;
	margin-left:5.5em;
}
form.formContact .errors {
	color:#FF0000;
}
form.formContact .divider {
	width:100%;
	height:1px;
	color:#CCCCCC;
}
form.formContact .address {
	float: left;
	color: #ff0000;
	border-style: none;
	clear: both;
	margin: 0px 0 0 0;
	background-color: #FFFFFF;
	padding: 10px;
	height: auto;
	width: 300px;
}
