@import url("_basic.css");

body,td,legend,input,textarea,select
{
	color: #333333;
	font-family: verdana;
	font-size: 12px;
}

body
{
	background-color: #FFF8F2;
}

input,textarea,select,fieldset
{
	border-color: #DBD5BC;
}

input,textarea,select,option
{
	background-color: #FCF3E8;
}

input[type=button],input[type=submit],input[type=reset]
{
	background-color: #FFEAD0;
}

a
{
	color: #C9752A;
}

/* Specific to SMContact extension */
div.SMContactContentPageExtension fieldset
{
	border-color: #DFDAC0;
	background-color: #ECE7D6;
}
