@charset "utf-8";
/*CSS Document*/



/*Headers********************************************************/
#header
{
		width:900px;
		height:200px;
		background-image:url(../images/desena-contact.jpg);
		background-repeat:no-repeat;
		float:inherit;
}
	


/****************************CONTACT FORMS******************************/
fieldset
{
		float:left;
		width:600px;
		margin:0 0 5px 0;
		padding:0 0 1em 0;
		border-style:none;
		
		
}



legend
{
		margin-left:1em;
		font-weight:bold;
		color:blue;
		font-size:14px;
}



fieldset ol
{
		padding:1em 1em 0 1em;
		list-style-type:none;
}



fieldset li
{
		float:left;
		clear:left;
		width:100%;
		padding-bottom:1em;
}


fieldset.submit
{
		float:left;
		border-style:none;
		padding-bottom:10px;
		margin-left:10px;

}



label
{
		float:left;
		width:9em;
		margin-right:1em;
}




textarea
{
		background-color:#F0F8FF;
}

/*************END CONTACT FORM*************/







