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

form {
float: left;
display: inline;
	padding: 0;
	border: 0;
}

fieldset {
 margin: 0;
 border: 0;
 padding: 0;
}

#form-left, #form-right, #form-products {
	margin: 0;
}

#form-left, #form-products{
    float: left;
	display: inline;
}

#form-left{
	width: 350px;
}

#form-products{
	width: 514px;
}

#form-right{ 
	float: right;
	/*display: inline;*/
	width: 350px;
}

#form-left legend, #form-right legend, #form-products legend, legend {
	margin: 0 0 15px 0;
		padding: 0;
		color: #00275B;
		text-transform: capitalize;
		font-size: 100%;
		font-weight: normal;
	}

#form-left legend, #form-right legend{
	width: 719px;
}

#form-products legend{
	width: 317px;
}

	#form-left p, #form-right p, #form-products p {
		background-color: #EFEFEF;
		margin: 0 0 5px 0;
		padding: 5px;
	}
	
	#form-left p, #form-right p.text, #form-products p {
		clear: left;
		margin-bottom: 5px;
	}
	
	#form-products p img {
		margin: 0;
		padding: 0;
	}
	
	#form-left p label, #form-right p label {
		float: left;
		width: 130px;
	}
	
	#form-products p label {
		float: left;
		width: 140px;
	}

	#form-left p input, #form-right p input, #form-left p select, #form-right p select, #form-right p.text select, #form-left p textarea, #form-products p input, #form-products p input, 
	#form-products p select, #form-products p textarea {
		/*border:  1px solid #D6C8DD;*/
		font: 100% Verdana, Arial, Helvetica, sans-serif;
	}
	
	#form-products p input, #form-products p textarea {
		width:350px;
	}
	
	#form-products p select {
		width:356px;
	}
	
p.reg-btn{
	text-align: right;/**/
	margin: 0 0 0 0;
	padding: 20px 10px 10px 0;
}

input.btn {
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: none;
	color: #B06016;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	background: #fff url(../../images/submit_bground.jpg) repeat-x bottom left;
	border: 1px solid #D5D8DE;
}

div.button {
width: 514px;
	clear: both;
}

div.button-100 {
width: 719px;
	clear: both;
}

#form-products p textarea.ActiveIng {
	margin-left: 145px;
}

#form-products p .resize {
	width: auto;
}

#form-left p.checkboxes, #form-right p.checkboxes {
	
}

#form-left p.checkboxes label, #form-right p.checkboxes label {
	float: none;
		margin:  0 10px 0 10px;
	}
	
#form-left p.checkboxes label.first-item, #form-right p.checkboxes label.first-item {
	margin-left: 0;
}
	
#form-left checkbox, #form-right checkbox {
		margin-right: 10px;
	}
.required {
	color: #CC0000;
}