/*
Attach the following to your theme's style.css
Of course, you can adapt it to fit your needs and taste
*/

/* Advanced Search form */

#ctas_form {
	text-align: left;
	margin: 0;
	padding: 0;
}

#ctas_form fieldset {
	border: 1px solid #D8D2D0;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
}

#ctas_form legend {
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}

#ctas_form p {
	margin: 5px 0 0 0;
}

#ctas_form fieldset ul {
	list-style: none;
	margin: 0 0 8px 0;
	padding: 0;
}

#ctas_form fieldset li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ctas_form fieldset li:before { /* for the default theme */
	content: '';
} 

#ctas_form input {
	border: 1px solid #D8D2D0;
	background-color: #FFFFFF;
	color: #5A514E;
}

#ctas_form input:focus {
	background-color: #FFFFFF;
	color: #5A514E;
}

#ctas_footer p {
	font-size: 0.9em;
	text-align: center;
	margin-top: 25px;
	border-top: 1px solid #D8D2D0;
}

#ctas_month1, #ctas_month2, #ctas_year1, #ctas_year2 {
	text-align: center;
}

.checkbox {
	border: none;
}

.radio {
	border: none;
}





/* End Advanced Search form */