/* ----------------------------------------------
	Version : 1.0   
	Author : Stewart Shram
	Author URI : http://www.proexe.net/    
	Last Date Modified :  August 24, 2012
 ------------------------------------------------ */
 
 form {
    border: 0px solid #E6DED5;
    margin: 0px;
    padding: 0px;
}
 
 fieldset {
    width: 785px;
    margin-left: 10px;
 }
 
 legend {
    font-size: 15px;
 }
 
 label.field {
    text-align: center;
    margin-bottom: 0px;
    float: left;
    font-weight: bold;
 }

label {
    /* float: left; */
    position: relative;
    overflow: hidden;
}

label span.img {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 368px;
    height: 45px;
    background: url(../images/shim.gif) no-repeat 5000px; /* required for IE click bug fix */
 }

input.textbox-300 {
    width: 300px;
    float: left;
} 

fieldset p {
    clear: both;
    padding: 0px;
}


 fieldset.right {
    width: 350px;
    margin-left: 0px;
 }
 
 legend.right {
    font-size: 15px;
 }
 
 label.rightfield {
    text-align: center;
    margin-bottom: 10px;
    /*width: 100px;*/
    float: left;
    font-weight: bold;
 }

input.righttextbox-300 {
    width: 300px;
    float: left;
} 

 fieldset.left {
    width: 350px;
    margin-left: 0px;
 }
 
 legend.left {
    font-size: 15px;
 }
 
 label.leftfield {
    text-align: center;
    margin-bottom: 10px;
    /*width: 100px;*/
    float: left;
    font-weight: bold;
 }

input.lefttextbox-300 {
    width: 300px;
    float: left;
} 


/* CALENDAR START */

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

/* CALENDAR END */
