/* only form styles should be in here */
.input{
margin-bottom:0;
}
.error{
color:#A70002;
font-weight:900;
padding-top:2px;
padding-bottom:2px;
}

.textError {
	background-color: #fde1e1;
	border: 1px solid red;
}
.errorText {
	color: #9f1212;
}

input[type=submit],a.submit,input[type=reset]  {
border: none;
text-decoration: none;
color: #FFFFFF;
font: normal 11px/24px Helvetica, Arial, sans-serif;
height: 26px;
background-color: #333;
text-align: center;
width: 50px;
}
input:hover[type=submit],a:hover.submit,input:hover[type=reset] {
color: #FFF;
background-color: #CC0000;
cursor: pointer;
}
.input .error-message{
margin:0;
}
.radioBox{
margin-top:4px;
display:inline;
}
.radioBox label{
display:inline;
padding:4px;
}
/******************************************** Form fields */
label {
width:240px;
display:inline-block;
padding:2px;
vertical-align:middle;
font-size:12px;
}
.smallLabel{
width:150px;
}
.smallinput, a.smallinput{
position:relative;
width:200px;
}
.largeinput{
width:300px;
}
/******************************************** Quaterwidth form fields */
.quarterwidth .smallinput{
width:160px;
}
.quarterwidth .input{
margin:0;
}
.quarterwidth .submit{
display:block;
}
.halfwidth .largeinput{
width:350px;
}
input[type=checkbox]{
background: transparent;
border: 0;
}
.blueBorder{
border:1px solid #006FB7;
}
/******************************************** Halfwidth form fields */
.halfwidth .largetextarea{
width:400px;
}
/******************************************** Fullwidth form fields */
.fullwidth .largetextarea{
width:100px;
height:600px;
}
.fullwidthtextarea{
width:670px;
height:500px;
}
.threequarterwidth .largetextarea{
width:500px;
height:300px;
}
.threequarterwidth .smalltextarea{
width:500px;
height:300px;
}

table.checkBoxes{
position:relative;
width:400px;
}

table td label{
width:120px;
}
.attachblock{
position:relative;
float:left;
width:275px;
_width:200px;
}
.btnblock{
position:relative;
float:left;
margin-top:18px;
}
.loginText{
width:165px;
}
label.label-small{
width:200px;
}
.apply_box .leftBox{
position:relative;
width:100px;
float:left;
margin:4px 0 4px 4px;
height:30px;
}
.apply_box .largeRadio{
height:55px;
width:145px;
}
.apply_box .leftBox .radio{
float:left;
margin:4px 4px 0 0;
width:15px;
height:15px;
display:block;
}
.apply_box .leftBox label.radiobox{
float:left;
width:75px;
_width:65px;
}
.apply_box .largeRadio label.radiobox{
width:115px;
_width:110px;
}
.apply_box .leftbox .largeinput{
width:150px;
}
.apply_box .largeheight{
height:60px;
}
.apply_box .referance1{
height:320px;
width:220px;
}
.apply_box .referance1 .input{
margin:0 0 4px 0;
}
.apply_box .referance1 label{
width:200px;
}
.apply_box hr{
border:1px solid #33ACA4;
margin: 4px 0 4px 0;
}
.otherInput{
width:100px;
}
