label{
float: left;
width: 120px;
font-weight: bold;
}
label.show{
float: left;
width: 140px;
font-weight: bold;
}
label.schedule{
float: left;
width: 100px;
font-weight: bold;
}

input, textarea, .servies-inp, .servies-txt{
width: 250px;
margin-bottom: 8px;

}
.servies-inp, .servies-txt{
width: 230px;
}
input.textbox{
width:50px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}
.textarea2{
width: 230px;
height: 50px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width:85px;
}
#submitbutton2{
margin-left: 140px;
margin-top: 5px;
width:85px;
}

br{
clear: left;
}

sup{font-weight:normal; color:#000}

input.t5 {
        width:40px;
        margin-bottom: 5px;
}
input.t10 {
        width:80px;
        margin-bottom: 5px;
}
input.t12 {
        width:92px;
        margin-bottom: 5px;
}
input.t15 {
        width:120px;
        margin-bottom: 5px;
}
input.t16 {
        width:128px;
        margin-bottom: 5px;
}
input.t20 {
        width:160px;
        margin-bottom: 5px;
}
input.t32 {
        width:256px;
        margin-bottom: 5px;
}
input.t64 {
        width:512px;
        margin-bottom: 5px;
}
input.steps {
        width:85px;
}

.hint {
    	display: none;
    	position: absolute;
    	width: 200px;
    	align: right;
    	margin-top: -4px;
    	border: 1px solid #c93;
    	padding: 10px 12px;
    	margin-left: 7px;
    	background-color: #ffc;
        font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size:14px;
        color:#000;

}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    	position: absolute;
    	left: -10px;
    	top: 5px;
    	width: 10px;
    	height: 19px;
    	background-image: url('/images2/pointer.gif');
}

