@charset "utf-8";
/* CSS Document */
#aside p {
	font-family:"Maiandra GD", Verdana, sans-serif;
	font-size: 14px;
	font-size: .875em;
	color:#444;
	line-height:1.45em;
}
.leftAlign {
	text-align:left;	
}
/******************* Form ***********************/
form {
	font: normal 1em Arial;
	background-color: #cce5f6;
	padding: 2em 2em;
}
#form p {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1em;
	color: #333;
	margin: 0 10 20px 20px;
}

form label {
	float: left;
	clear: left;
	margin-right: .75em;
}
form input.text {
	width: 60%;
}
form input.textMed {
	width: 160px;
}
form input.textShort {
	width: 100px;
}
form input.textXtraShort {
	width: 25px;
}
form select {
	width: 60%;	
}
form textarea {
	width: 450px;
	height: 150px;
}
form label.inline {
	float: none;
	width: auto;
}
input.text:focus,input.textShort:focus,input.textMed:focus,textarea:focus {
	background: #fff0a5;
}
form input.submit {
	font-family:Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 1.1em;
	padding: .5em;	
}
@media only screen and (max-width: 646px) {
	form input.text {
	width: 90%;
}
}