@charset "utf-8";
.privacy {
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 12px;
	padding-left: 12px;
}

/* CSS Document */

form {
	
}


#cForm {
	width: 503px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	margin:0 auto;
	padding-top:30px;
	}
	#cForm input {
		width: 503px;
		margin: 0 0 20px 0;
		border: none;
		text-align: left;
		font-size:24px;
		background: none;
		margin: 10px 0 0 8px;
		/*font-size: 1.4em;*/
	}
	#cForm .input-bg {
		background: url(../images/form-sm-bg.jpg) bottom left no-repeat transparent;
		height: 48px;
		margin-bottom: 15px;
		position: relative;
	}
	#cForm .active {
		background: url(../images/form-sm-bg.jpg) top left no-repeat transparent;
	}

	#cForm textarea {
		width: 503px;
		height: 203px;
		display: block;
		border: none;
		background: none;
		margin: 0 0 0 10px;
		padding: 8px 0 8px 0;
		font-family: Helvetica, sans-serif;
		font-size:18px;
		overflow: auto;
	}
	#cForm .message-bg {
		background: url(../images/message-bg.jpg) bottom left no-repeat transparent;
		height: 203px;
		position: relative;
	}
	#cForm .active {
		background: url(../images/message-bg.jpg) top left no-repeat transparent;
	}
label {
	display: block;
	font-size: 1.3em;
	color:#CCCCCC;
	
	font-style:italic;
	font-size:1.2em;
}
label.error {
	position: absolute;
	top: -16px;
	right: 1px;
	padding: 3px;
	color: #da3939;
	font-size: 1.0em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
#cForm input.submit-button {
	width:136px;
	padding-left:180px;
}.largeMenuSelect {
	font-size: 20px;
}
