﻿fieldset
{	
	padding: 0px 0px 0px 0px;
	border:0;
}
legend 
{ 
	font-size:1.2em;
	font-weight:bold; 
	padding: 0.5em 0em 0.5em 0em;
	margin: 0px 0px 0px 0px;	
	clear:both;	
	color: #00386B;
}

fieldset div { float:left; clear:none; }
fieldset input, fieldset span, fieldset select, fieldset textarea 
{
	float:left;
	display:inline; /* MSIE float-margin fix */
	margin:0 5px 5px 0;
	clear:none;
}
fieldset br { clear:both; }

fieldset label 
{ 
	float:left;
	clear:none;
	display:inline; /* MSIE float-margin fix */
	width:80px; 
	text-align:left; 
	margin: 0px 5px 5px 0;			
}

/****************************************************************************
	Large fieldset
*****************************************************************************/

.large
{	
	padding: 0px 0px 0px 0px;
	border: solid 0px #666666;
	color: #00386B; 
}
legend 
{ 
	font-size:1.2em;
	font-weight:bold; 
	padding: 0.5em 0em 0.5em 0em;
	margin: 0px 0px 0px 0px;	
	clear:both;	
	color: #00386B;
}

.large div { float:left; clear:none; }
.large input.text, .large span, .large select, .large textarea 
{
	float:left;
	display:inline; /* MSIE float-margin fix */
	margin:0 5px 5px 0;
	clear:none;
	width: 170px;
}
.large textarea.full
{
	float:left;
	display:inline; /* MSIE float-margin fix */
	margin:0px 5px 5px 0px;
	clear:none;
	width: 319px;
}
.large br { clear:both; }

.large label 
{ 
	float:left;
	clear:none;
	display:inline; /* MSIE float-margin fix */
	width:150px; 
	text-align:left; 
	margin: 0px 5px 5px 0;			
}
.large .validator 
{ color:#c00; font-style:italic; clear:both; margin-left:155px; width:200px;}