/***FORMS***/

div.form
{

	padding:0px;
}

 .form fieldset
{
	display: block;
	margin: 0 0 20px 0;
	padding: 0 1em 1em 1em;
	/*border: 1px solid #c7582b;*/
	clear:both;
}

.form textarea
{
	width:90%;
	height:150px;
}

 .form label
{
	width:100%;
	font-size:16px;
}

 .form legend
{
	color:#45494d;
	font-weight: bold;
	font-size:16px;
}

.form  fieldset.radio
{
	margin: 1em 0 2em 0;
}

.form fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

  .form fieldset.radio label
{
	font-weight: normal;
}

.form  input
{
	display: block;
	width: 15em;
}

.form input.submit
{
	clear: both;
}

.form label
{
	color:#45494d;
	float: left;
	clear:left;
	display: block;
	margin: 10px 1em 0 0;
	font-weight: bold;
}

.form select
{
	display: block;
}

.form select optgroup
{
	margin-left:5px;
	margin-bottom:4px;
}

.form select optgroup option
{
	margin-left:25px;
	margin-bottom:4px;
}

.form select option
{
	margin-left:5px;
	margin-bottom:4px;
}

.form button
{
	border:1px solid #C7582B;
	float:right;
	height:32px;
	margin-top:10px;
	width:80px
}

.form button:hover
{
	cursor:pointer;
}

.form .submit_button
{
	border:1px solid #096BFF;
	float:left;
	height:32px;
	margin-top:10px;
	width:auto;
	clear:left;
}

.form .submit_button:hover
{
	cursor:pointer;
}

.form div.line_up
{
	height:auto;
	width:100%;
	clear:left;
}

.form div.line_up label
{
	color:#45494d;
	float: left;
	display: block;
	margin: 10px 1em 0 0;
	font-weight: bold;
	width:auto;
	clear:none;
}
