form{}
	legend{}
		fieldset{width:300px;}
		fieldset.wide{width:440px;}
		fieldset.bg-color{ background-color:#e8f3f6;margin:10px 0; padding:10px 20px;}
		#main-content fieldset p{margin:0;}
		
		#search-selection-form fieldset{width:440px;}



.text-input, .textarea-input, .select-input{ overflow:hidden; display:block; padding:5px 0;  }
	.text-input label, .textarea-input label, .select-input label{ float:left; width:270px;   }
		.text-input input, .textarea-input textarea, .select-input input{ float:left; border:0; padding:5px; border:1px solid #a4d0db;width:260px; }


form .boxed{ position:relative;margin:0 0 20px 0; background-color:#fff; padding:20px; border:1px solid #ccc;}
	form .boxed h5{color:#1043a2; font-weight:bold; font-size:110%;}

.check-input{ width:200px; float:left; margin:0 0 5px 0; }
	.check-input label{ float:right; width:175px; display:block; line-height:1.3em; }
		.check-input input{ float:left; }
		
.select-input label.small{width:70px;}
		
.button-input{ overflow:hidden;}
	.button-input label{}
		.button-input input{}
	
.fieldset-section-container{overflow:hidden; margin:0 0 10px 0;}
/* ie 6 fix */
* html .fieldset-section-container{margin-bottom:40px;}
/* end */

.fieldset-section-header{float:left;}
.fieldset-section-head .check-input{margin: 8px 0 0 10px;}

.submitbtn{float:right; position:relative; z-index:80000;}
input.submitbtn{ background:url('../images/submit-button.jpg') no-repeat top left; display:block; cursor:pointer; width:98px; height:38px; border:0;}
input:hover.submitbtn{ background:url('../images/submit-button.jpg') no-repeat bottom left;}

#searchbtn{float:right; position:relative; z-index:80000;}
input#searchbtn{ background:url('../images/search-button.jpg') no-repeat top left; display:block; cursor:pointer; width:98px; height:38px; border:0;}
input:hover#searchbtn{ background:url('../images/search-button.jpg') no-repeat bottom left;}

.searchbtn{float:right; position:relative; z-index:80000;}
input.searchbtn{ background:url('../images/search-button.jpg') no-repeat top left; display:block; cursor:pointer; width:98px; height:38px; border:0;}
input:hover.searchbtn{ background:url('../images/search-button.jpg') no-repeat bottom left;}

.form-arrow-deco{ background:url('../images/form-arrow-deco.gif') no-repeat bottom; position:absolute; bottom:-15px; right:15px; width:71px; height:25px;}
/* ie 6 */
* html .form-arrow-deco{display:none;}
/* end */

