.form-div  form{
	margin: 0; 
	padding: 0; 
	z-index: 0;
} 

.form-div fieldset
{
	border: 1px solid #BFBEBE;
}

.form-div legend
{

	padding: 2px 6px;
	font-size: 13px;
} 

.form-div label
{
	width: 120px;
	float: left;
	text-align: left;
	display: block;
	margin:0 10px 0 0;
	color: #1A6602;
	padding: 13px 0 0 0;
}


.form-div label.label-error{
	color: #ff0000;
	font-weight: bold;
}



.form-div textarea{
	font-size: 12px;
	z-index: 0;
	border: 1px solid #BFBEBE;
}

.form-div input{
	width: auto;
	z-index: 0;
	font-size: 12px;
	margin: 13px 0 0 0;
}

.txt-field, .form-div select{
	border: 1px solid #BFBEBE;
}

.form-div select{
	font-size: 12px;
}

.clear{
	clear: both;
}

.form-div{
	margin: 0; 
	padding: 0 0 28px 0;
	z-index: 0;

}

.form-div h2{
	font-size: 18px; 
	color: #1A6602;
	margin: 0;
	padding: 0;
}

.form-div p{
	display: block;
	min-height: 28px;
	margin: 0;
	padding: 8px 0;
	clear: left;
	color: #5D7215;

}

.form-body{
	background: url(../images/form-bg.gif) repeat-y;
	padding: 20px;
}

.form-body p{
	background: none;
	height: auto;
	min-height: auto;
	margin: 5px 0 0;
	padding: 0;
}

.form-div hr{
	height: 1px;
	color: #CCCCCC;
	margin: 0; 
	padding: 0;
	position: relative;
}

.form-separator{
	height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

.form-area{
	margin: 0;
	padding: 0;
	position: relative;
}

.form-box{
	width: 560px;
}

.form-box h2{
	margin: 0;
	height: 22px;
	font-size: 16px;
	border-bottom: 1px dotted #0365c0;
}

.submit-btn{
	background: #2c8803;
	color: #fff;
	border: none;
	padding: 1px 10px;
	/*text-transform: uppercase;*/
	font-size: 11px;
}

.form-select, .form-input{
	background:url(../images/input-bg.gif) top left no-repeat;
	height: 31px;
	width: 294px; 
	padding: 13px 0 0 13px;
	float: left;
}

.form-select select{
	width: 283px;
	border: 1px solid #fff;
	color: #1A6602;
}

.form-input .txt-field{
	width: 278px;
	border: 1px solid #fff;
	color: #1A6602;
	margin: 0;
}

.form-ta-top textarea{
	border: 1px solid #fff;
	width: 496px;
	color: #1A6602;
	font-family: Arial, sans-serif;
}

.form-ta-top{
	background:url(../images/textarea-bg-top.gif) top left no-repeat;
	width: 522px;
	padding: 12px 0 0 0;
	float: left;
}

.form-ta-btm{
	background:url(../images/textarea-bg-btm.gif) bottom left no-repeat;
	width: 510px;
	padding: 0 0 11px 12px;
	float: left;
}

.input-ta-top{
	background:url(../images/input-bg-top.gif) top left no-repeat;
	width: 307px;
	padding: 12px 0 0 0;
	float: left;
}

.input-ta-top select, .input-ta-top input{
	border: 1px solid #fff;
	width: 283px;
	color: #1A6602;
	padding: 0;
}

.input-ta-btm{
	background:url(../images/input-bg-btm.gif) bottom left no-repeat;
	width: 307px;
	padding: 0 0 11px 12px;
	float: left;
}

.field-error{
	background: #f2e7a4;
}

/* Enq Form */

.form-left{
    float: left;
    width: 440px;
}

.form-right{
    float: right;
    width: 427px;
}

.children{
    float: left;
    width: 880px;
    border-bottom: 1px solid #528A41;
    padding: 0 0 20px 0;  
    margin: 0 0 10px 0;   
}

.child-details{
    float: left;
    width: 880px;
}

.child-details h3{
    border-bottom: 1px solid #528A41;
    font-size: 13px;
    color: #528A41;
}

.enq-form label
{
    width: 100px;
    float: left;
    text-align: left;
    display: block;
    margin:0 10px 0 0;
    color: #1A6602;
    padding: 13px 0 0 0;
}

.enq-form p{
    float: left;
    width: 100%;
}

.enq-form textarea{
    width: 733px;
    height: 140px;
    float: left;
    border: 1px solid #fff;
}

.enq-form label.error{
    display: none;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    float: right;
}

.eng-form .txt-field{
    width: 278px;
    border: 1px solid #fff;
    color: #1A6602;
    margin: 0;
}

.form-ta-top2{
    background:url(../images/textarea-bg-top2.gif) top left no-repeat;
    width: 762px;      
    padding: 12px 0 0 0;
    float: left;
}

.form-ta-btm2{
    background:url(../images/textarea-bg-btm2.gif) bottom left no-repeat;
    width: 762px;
    padding: 0 0 11px 12px;
    float: left;
}

.enq-form input.error, .enq-form select.error, .enq-form textarea.error {
    background-color: #f8f287;
}

.enq-form input.required, .enq-form select.required, .enq-form textarea.required{
    color: #000;    
}

#child-model{
   display: none;
}

#success{
   display: none; 
}
