
/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
a {
	font-family: Trebuchet MS;
	color: #6e6e6e;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.myinputstyle {
	border: 1px solid #cccccc;
	/** remember to change image path **/
	background: url(none) no-repeat #ffffff;
	font-family: trebuchet ms, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #454743;
	margin-top:5px;
	margin-bottom:15px;
	
}


.mylabelstyle {
	font-family: trebuchet ms, helvetica, sans-serif;
	font-style: bold;
	font-size: 14px;
	color: #6ab4e2;
	padding-top:5px;
	margin-top:5px;
	margin-bottom:5px;
	/*float: left;
	text-align:left;*/
}

.myinputstyle:hover {
	border: 1px solid #828282;
	/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;
	color: #454743;
}

/** Form layout **/


#preview .form_row_centered {



	margin: 5px auto;

	text-align: center;

	

}



#preview .form_row {



	padding: 3px;

	margin-top: 3px;

	margin-bottom: 3px;




}







