/* FORMY CLASSES ------------------------------------------------------------*/

#formy{
	margin-bottom: 18px;
}

#formy input,
#formy textarea{
	padding: 10px 15px;
	color: #6c798d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: auto;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#formy input{
	width: 282px;
	margin-bottom: 20px;
}

#formy textarea{
	width: 410px;
	height: 230px;
}

#formy #submit{
	width: 76px;
	margin: 21px 0px;
	padding: 5px 0px;
	background: url(../img/button-bg.png) repeat-x;
	float: right;
	color: #666666;
}

#formy input#submit:hover{
	opacity: 0.8;
}

#formy #submit{ float: left; }
