
ul									{ list-style: none; margin-left:-40px; }

.contact-form						{float:left; width:300px; }
.contact-address						{float:right; }
/* input cells */

	
	.input, .textarea
	{
		border: 1px #666 solid;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #333;
		padding: 2px;
		margin:2px 0 5px 0;
	}
	
/* submit */


	#submit
	{
		padding: 2px 2px;
		float:left;
		width:80px;
	}
	
	#required
	{
		float:left;
		width:100px;
		padding-top:10px;
		font-size:10px;
	}
	
	.red
	{
	color: #F00
	}
	
/* required cells */

	.required-c
	{

		text-align:left;
		color:#F00;
	}
	

	#location_cell
	{
		padding-bottom: 5px;
	}
	