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

input, select
	{
		margin-left:15px; margin-right:15px; padding:5px; margin-bottom: 15px;
	}
fieldset
	{
		width:700px; margin:0px auto; padding:10px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:1em; color:#e96f35; border:1px dotted #CCC; margin-bottom:15px;
	}
.form_note
	{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;  font-size:0.8em; color:#939598;
	}
.submit
	{
		text-align:center; border: 1px solid #e96f35; 
	}
#submit_container
	{
		width:700px; margin:0px auto; text-align:center;
	}
.red
	{
	color:#f00; font-size:1.1em;
	}