/* Request More Form */
#form-wrapper {
    width: 350px; 
    padding: 21px; 
    background: #efefef;
}

.requestinfo {
    padding: 15; 
    width: 83%; 
    font-size: 0.85em; 
    border-style: solid; 
    border-left-width: 20px; 
    border-right-width: 20px; 
    border-top-width: 25px; 
    border-color: #EBB700; 
    position: relative; 
    z-index: 9; 
    background-color: #EBB700;
}

.ui-corner-all {
	padding: 7px !important;
	background-image: none !important;
	margin-top: 32px !important;
	border-color: #dddddd !important;
}

.align-fix {
    margin-left: 0px !important; 
    list-style-type: none;
}

.clearfix {
    list-style-type: none;
}

/* Request More Info Banner Img */
#requestbanner {
    float: right;
    margin-right: 22px; 
    margin-top: -11px;
    margin-bottom: -5px;
    border: 0px;
    position: relative;
    z-index: 10;
    background: none;
    width: 330px;
}

/* Form Fields */
input[type=text ] {
    padding: 6px; 
    border: 2px solid #ccc; 
    font-size: 1.1em !important; 
    margin-bottom: 10px;
    width: 17em;
}

select {
    padding: 3px; 
    border: 2px solid #ccc; 
    font-size:1.1em !important;
    width: 18em;
}

input[type=text ] : focus {
    border-color: #333; 
}

input[type=submit] {
    padding: 5px 15px; 
    margin-bottom: 15px; 
    background: #f4f4f4; 
    border: 0 none; 
    cursor: pointer; 
    float: right;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: -moz-linear-gradient(top. #f4f4f4 1%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f4f4f4), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f4f4f4 1%, #ededed 100%)
    background: -ms-linear-gradient(top, #f4f4f4 1%, #ededed 100%);  
}

.right-link {
	color: #eeeeee !important;
	adding-right: 10px !important;
}

/* Submit Button */
.fg-button {
	margin-top: 20px !important;
	margin-bottom: 15px !important;
	background-color: #ffffff !important;
	color: #4D4F53 !important;
	font-weight: normal;
	font-size: 1.0em;
	height: 30px;
	width: 126px;
}

.middle-buttons {
    text-align: right !important; 
    margin-right: 30px !important;
}

.form-action-bar {
	width: 311px;
    padding: 0px !important;
}

.dynamicFormDefaults {
	width: 350px !important;
	margin-top: 0px !important;
    margin-left: -25px !important;
	border: none !important;
}

.section-control {
	background-color: transparent;
	border: none !important;
}

.form-control{
	padding-left: 15px;
	padding-top: 5px;
	border: none !important;
}

.page-child {
	border: none !important;
}

.cancel {
	display: none;
}

/* Form Related Tags */
.section-control {
	padding-bottom: 0px;
	border: none;
}

.dynamic-form-required {
	display: none !important;
}

label {
	font-weight: bold !important;
	font-size: 1.2em !important;
	padding-bottom: 2px;
}

#iwdf-control-4 { /* this is the instructions at the beginning of application */
	border: 1px solid #bbbbbb;
}

#loading-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #000000;
	background: #F5F5F5;
	z-index: 1;
	display: none;
	opacity:0.5; filter:alpha(opacity=50);
}

#loading-wrapper {
	position: absolute;
	width: 400px;
	height: 200px;
	margin-left: -200px;
	margin-top: -100px;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: none;
}

#loading {
	display: block;
	height: 2em;
	top: 50%;
	margin-top: -2em;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	width: 100%;
	text-align: center;
}

#loading span {
	color: #000000;
	background-color: #00ffffff;
	font-size: 1.2em;
	padding: 5px 21px;
}

@media only screen and (max-width: 950px) {
	#headerright { display: none; }
}