form.dealers {
    background-color: #F9F9F9;
    border: 1px solid #CCC;
    margin-top: 10px;
    padding: 20px;    
}

form p {
    padding: 0 2px;
}

form p.submit_row {
    text-align: right;
}

form label {
    font-weight: bold;
}

form input.textbox {
    border: 1px solid #CCC;
    border-top-color: #666;
    border-left-color: #666;
    font-size: 14px;
    padding: 2px;
}

form select  {
    border: 1px solid #CCC;
    text-transform: capitalize;
}

form input.submit_btn {
    background-color: #EEE;
    border: 1px solid #AAA;
    border-top-color: #CCC;
    border-left-color: #CCC;
    color: #333;
    padding: 2px 5px;
}

form.listings {
	margin: 5px 0 20px;
}

form.listings ol {
	border-top: 1px solid #EEE;
}

form.listings li {
	background-color: #FAFAFA;
	border-bottom: 1px solid #EEE;
	clear: both;
	float: left;
	width: 100%;
}

form.listings fieldset.submit {
	margin-top: 10px;
	text-align: right;
}

form.listings fieldset.submit ol,
form.listings fieldset.submit li {
	border: none;
	background-color: transparent;
}


form.listings li.even {
/*	background-color: #FFF;*/
}

form.listings div.left_col, form.listings div.right_col {
/*	border: 1px solid red;*/
	padding: 5px 10px;
	width: 25%;
	float: left;
}

form.listings label {
	color: #333;
	padding: 2px;
	
}

form.listings input.text, form.listings select {
	border: 1px solid #CCC;
	font-size: 14px;
	margin-top: 5px;
}

form.listings input.text {
	padding: 2px;
}


/*** NEWS STAGES FORM ***/

div.stages_form_wrap {
	background-color: #FAFAFA;
	border: 1px solid #CCC;
	float: left;
	margin-bottom: 20px;
	width: 100%;
	
}

form.subscription {
	float: left;
	width: 48%;
}

form.subscription p {
	margin: 10px !important;
}

form.subscription p.submit_row {
	padding: 10px 0;
	text-align: left;
}

div.stages_form_notes {
	float: right;
	width: 48%;
}

p.event_notes {
	background-color: #FFF; 
	border: 1px solid #CCC;
	font-size: 11px !important;
	line-height: 120% !important;
	margin: 10px;
	padding: 5px;

}

p.error_msg {
    color: #900 !important;
    border: 1px solid #C00;
    background-color: #FCC;
    font-weight: bold;
    margin: 10px;
    padding: 10px;
}