/* only form styles should be in here */
input{
margin-bottom:0;
height: 24px;
font-size: 16px;
line-height: 24px;
}
.error{
color:#A70002;
font-weight:900;
padding-top:2px;
padding-bottom:2px;
}
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: #79288C;
text-align: center;
width: 300px;
}
input:hover[type=submit],a:hover.submit,input:hover[type=reset] {
color: #FFF;
background-color: #666666;
cursor: pointer;
}
.input .error-message{
margin:0;
}
.radioBox{
margin-top:4px;
display:inline;
}
.radioBox label{
display:inline;
padding:4px;
}
/******************************************** Form fields */
label {
width:300px;
display:inline-block;
padding:2px;
vertical-align:middle;
font-size:12px;
}
.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 #79288C;
}
/******************************************** 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;
margin-bottom: 14px;
}

table td label{
width:300px;
}
.attachblock{
position:relative;
width:300px;
_width:300px;
clear: both;
}
.btnblock{
position:relative;
margin-top:18px;
clear: both;
}