/** FormTool CSS */


.autofill_hidden {
 display: none !important;
}

.hiddenelement {
 display: none;
}

.disabledTab {
 color: #E7E7E7 !important;
 cursor: default;
}

a.disabledTab:hover {
 background: #FFFFFF none repeat scroll 0 0 !important;
 cursor: default;
}

textarea.listpreview {
 border: none;
 background-color: #FFFFFF;
}

.unformatted{
height: 0px !important;
}

div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #FFF;
 color: #000;
 font: 11px Arial,Helvetica,sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
 width: 280px;
}
