/* contact page styles */

/* text */

#content p {
	color:#333;
}

p.redirected {
	color:#555;
}

/* form */

label, .textfield {
	display:block;
}

label {
	margin-bottom:5px;
	color:#555;
}

.textfield {
	width:100%;
	border:1px solid #555;
	border-left:1px solid #333;
	border-top:1px solid #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#555;
	font-size:10px;
	padding:5px;
	margin-bottom:10px;
	background:url(../images/base/searchbg.gif) repeat-x bottom;
}

textarea {
	height:150px;
	line-height:1.7em;
	margin-bottom:20px;
}
	
.button {
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#fff;
	padding:5px;
	border:1px solid #555;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	background: #555 url(../images/base/grad_dark.gif);
	margin:0px;
	margin-right:10px;
}

.button:hover {
	background:#555;
}

#content form {
	margin-bottom:20px;
}

#content select {
	width:648px;
}

#content option {
	background-color:#eee;
}

p.error {
color: #FF0000;
}

label>span.feedback {
	font-size:9px;
	color:#888;
}











