/*----form content below------------------------------------------------------------------------------------------------*/

#form_holder{
	width: 610px;
	float: left;
	height: auto;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-right: 39px;
	padding-bottom: 20px;
}

#form_personal{
	width: 610px;
	float: left;
	height: auto;
	padding-top: 30px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#form_equipment{
	width: 610px;
	float: left;
	height: auto;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.form_box_deviders{
	height: auto;
	margin-bottom: 20px;
	width: 290px;
	float: left;
	}
.install_box_deviders{
	height: auto;
	margin-bottom: 10px;
	width: 290px;
	float: left;
	}
	
#middle_content_holder h3{
	font-size: 16px;
	text-transform: capitalize;
	color: #404040;
	margin-bottom: 10px;
	font-weight: normal;
}
#form_holder p{
	font-size: 12px;
	line-height: 14px;
}
#form_left{
	float: left;
	height: auto;
	width: 290px;
}
#form_right{
	float: right;
	height: auto;
	width: 290px;
}
#form_right hr{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#form_right h3{
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	font-variant: normal;
}
.form_field{
	font-size: 13px;
	text-transform: capitalize;
	color: #666;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	border: 1px solid #dadada;
    border-radius: 7px;
	height: auto;
	width: 255px;
	margin-bottom: 10px;
}
.login{
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	height: auto;
	width: 175px;
	margin-bottom: 5px;
	border: 1px solid #C0C0C4;
	background-color: #CCC;
}
.drop_field{
	font-size: 13px;
	text-transform: capitalize;
	color: #666;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #ccc;
	height: 25px;
	width: 268px;
	margin-bottom: 10px;
	background-color: #FFF;
}
.form_field2{
	font-size: 13px;
	text-transform: capitalize;
	color: #666;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 10px;
	border: 1px solid #dadada;
    border-radius: 7px;
	height: 125px;
	width: 600px;
}
.button{
	float: right;
	font-size: 12px;
	color: #999999;
	height: auto;
	width: auto;
	border: 0px;
	text-transform: uppercase;
	background-color: #414141;
}
.form_field_box_small{
	font-size: 13px;
	text-transform: capitalize;
	color: #666;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 10px;
	border: 1px solid #dadada;
    border-radius: 7px;
	height: 230px;
	width: 300px;
}

.form_field_box_right{
	font-size: 13px;
	text-transform: capitalize;
	color: #666;
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	border: 1px solid #dadada;
    border-radius: 7px;
	height: 105px;
	width: 280px;
	margin-left: 1px;
}

#attach_files{
	float: right;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 10px;
	height: auto;
	width: 260px;
}
.attach_but{
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 10px;
	}
	
	#install{
	width: 610px;
	float: left;
	height: auto;
	padding-top: 15px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
	
#install_left{
	float: left;
	height: auto;
	width: 290px;
}
#install_right{
	float: right;
	height: auto;
	width: auto;
}

.form_button{
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	background-color: #FFF;
	float: right;
	height: 35px;
	width: 75px;
	border: 1px solid #FFF;
}

#form_buttons{
	float: right;
	height: auto;
	width: 200px;
	margin-top: 10px;
}

#form_copyright{
	float: left;
	height: auto;
	width: 600px;
	margin-top: 10px;
}

/*below turns of blue border around formfields*/
#middle_content_holder input:focus {
    outline: none;
    border-color: #C0E9FD;
    box-shadow: 0 0 10px #C0E9FD;
	 text-shadow: none;
	-webkit-transition: 250ms linear 0s;
	-moz-transition: 250ms linear 0s;
	-o-transition: 250ms linear 0s;
	transition: 250ms linear 0s;
}
/*below turns of blue border around textarea in form*/
#middle_content_holder textarea:focus {
   outline: none;
    border-color: #C0E9FD;
    box-shadow: 0 0 10px #C0E9FD;
	 text-shadow: none;
	-webkit-transition: 250ms linear 0s;
	-moz-transition: 250ms linear 0s;
	-o-transition: 250ms linear 0s;
	transition: 250ms linear 0s;
}
/*below turns of blue border around select area in form*/
#middle_content_holder select:focus {
    outline: none;
    border-color: #C0E9FD;
    box-shadow: 0 0 10px #C0E9FD;
	 text-shadow: none;
	-webkit-transition: 250ms linear 0s;
	-moz-transition: 250ms linear 0s;
	-o-transition: 250ms linear 0s;
	transition: 250ms linear 0s;
}
