/**
 * Common forms styles
*/

.text-field {
	height:30px;
	border:2px solid #000;
	font-family:"Arial Narrow", arial, sans-serif;
	font-size:1.2em;
	padding:2px;
	color:#C21717;
}

.text-field-disabled {
	color:#898989;
}

.width-315 {
	width:315px;
}


/**
 * Buttons
*/

.button {
	height:38px;
	background-color:#000;
	border:0;
	color:#fff;
	font-family:"Arial Narrow", arial, sans-serif;
	font-size:1em;
	padding-left:15px;
	padding-right:15px;
}

.button:hover {
	background-color:#424242;
}

.button:active {
	background-color:#ED5F34;
}