@media screen {

	#standard-form, 
	#standard-form p,
	#standard-form fieldset, 
	#standard-form label, 
	#standard-form legend {
		margin:0;
		padding:0;
		border:0;
		outline:0;
		font-weight:inherit;
		font-style:inherit;
		font-size:100%;
		font-family:inherit;
		vertical-align:baseline;
	}
	
	#standard-form p {
		width:100%;
		margin:3px 0 0 10px;
		overflow:hidden;
	}

	#standard-form legend {
		display:block;
		width:100%;
		margin:0 !important;
		margin:0 -7px;
		padding:8px;
		border-bottom:1px solid #bfbfbf;
		font-size:1em;
		font-weight:bold;
		text-transform:uppercase;
		color:#444;
	}

	#standard-form p#button input {
		background:url(../images/form/bg-button.gif) 0 -5px repeat-x;
		margin:15px 0 0 0;
		padding:5px;
		width:150px;
		border:1px solid #889553;
		text-transform:uppercase; 
		cursor:pointer; 
		font-weight:bold;
		color:#fff;
		border-radius:8px;
			-webkit-border-radius:8px;
			-moz-border-radius:8px;
	}
	
	#standard-form p#button input:hover {
		background:url(../images/form/bg-button.gif) 0 -37px repeat-x;
	}
	
	#standard-form label, 
	#standard-form input, 
	#standard-form select {
		float:left;
	}

	#standard-form label {
		clear:left;
		display:block;
		width:90px;
	}

	#standard-form label em,
	#standard-form #req-help em {
		color: #f90;
	}
	
	#standard-form #req-help {
		text-align:right;
		padding-top:10px;
		font-size:10px;
	}
	
 	#standard-form label.error {
		clear:none;
		display:inline;
		background:url(../images/form/icon-arrow.gif) 0 7px no-repeat;
		width:auto;
		margin-left:5px;
		padding-top:3px;
		padding-left: 8px;
		font-size: 11px;
		color: #900;
	}
	
	#standard-form input {
		width:175px;
	}
	
	#standard-form select {
		width:182px;
	}

}