@charset "UTF-8";
/* CSS Document */
form {
	overflow: hidden;
}
fieldset {
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding-box;     /* Firefox 3.6 */
	-webkit-background-clip: padding-box;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;
	background: #FFF;
	border-style: none;
}
fieldset + fieldset {
	margin-top: 20px;
}
fieldset legend {
	font-size: 2em;
	text-transform: uppercase;
	color: #CBA349;
	font-family: "Times New Roman", Times, serif;
}
form label[for] {
	text-align: right;
	float: left;
	width: 10em;
	margin-right: 1em;
	overflow: hidden;
	line-height: 1.5em;
	display: block;
}
form br {
	/* [disabled]clear: left; */
}
form p {
	overflow: hidden;
}
form input[type="text"], form select, form textarea, form input[type="password"] {
	/* [disabled]-moz-border-radius: 5px; */
	/* [disabled]-webkit-border-radius: 5px; */
	/* [disabled]border-radius: 5px; */
	/* [disabled]-moz-background-clip: padding-box; */     /* Firefox 3.6 */
	/* [disabled]-webkit-background-clip: padding-box; */  /* Safari 4? Chrome 6? */
	/* [disabled]background-clip: padding-box; */      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	background: #FAFAFA;
	border: 1px solid #CCC;
	/* [disabled]font-size: 12px; */
	/* [disabled]line-height: 1.5em; */
	margin-bottom: 5px;
	/* [disabled]font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	/* [disabled]overflow: hidden; */
	padding: 3px;
}
form textarea {
	height: 10em;
	width: 25em;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	font-size: 16px;
	display: inline-block;
	padding: 5px 10px;
	color: #FFF;
	background-color: #666666;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-background-clip: padding-box;     /* Firefox 3.6 */
	-webkit-background-clip: padding-box;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	text-transform: capitalize;
	cursor: pointer;
	border: 4px solid #FFF;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 1px 1px 3px #888;
	margin: 5px;
}
form input[type="submit"]:hover, form input[type="reset"]:hover, form input[type="button"]:hover  {
	text-decoration:underline !important;
	color: #C50045;
	background: #FFDB81;
}
form input[type="reset"], form input[type="button"] {
	background-color: #999;	
}
form input[type="submit"] {
	float: right;
	margin-right: 25%;
}
@media only screen and (max-width: 480px) {
#___________________________START_480px_OR_LESS___________________________ {
}
form label {
	display: block;
	white-space: nowrap;
}
	form label[for] {
	text-align: left;
	float: none;
	width: auto;
	margin-right: 0px;
	margin-top: 0.5em;
}
form input[type="text"], form select, form textarea, form input[type="password"] {
	width: 95%;
}
#___________________________END_480px_OR_LESS___________________________ {
}
}
