table.enquiry-form {
	margin-bottom:0;
	margin-top:10px;
}
.info-base {
    display: block;
    font-size: 85%;
    padding-left: 5px;
    width: 660px;
}
/*select {
	    font-size: 100% !important;
    height: 22px !important;
    margin-bottom: 5px;
    position: relative;
}*/

/* div.selector select is an IE fix for select elements if using uniform.js
If not using uniform.js, the div.no-uniform select needs to be added to use the same styling as the div.selector select */
/*div.element select, div.selector select {
	font-size: 100% !important;
	position:relative;
	width: 235px;
}*/
form.no-uniform div.no-uniform select {
	font-size: 100% !important;
	position:relative;
	/*width: 235px;*/
}
div.shrinkit select, div.shrinkit select#qualification1, div.shrinkit select#qualification2 {
    width: 205px;
}
div.shrinkit div.selector span {
    cursor: pointer;
    padding: 0 0 0 2px;
}
div.second-wider div.selector, div.second-wider select {
	width: 365px;
}
div.second-wider div.selector span {
	width: 335px;
}
div.prog-select, select#third {
	position:relative;
	font-size:13px!important;
	height:140px!important;
	width:660px;
}
.uniform .long-desc {
    width: 100%;
}
.uniform .long-desc label {
	float: left;
}
.uniform .long-desc .required {
    position: inherit;
}
.ui-form ul.form-fields {
	float: left;
	list-style-type: none;
}
.ui-form ul.form-fields li {
	margin-left: 0;
	max-width: 440px;
}
