/* Forms CSS Document */ 
#formleftcol {
    width: 170px;
    float: left;
    overflow: hidden;
    color: #154FA6;
} 
#formleftcol h1 {
    border: none;
    color: #A4B2D5;
    font-size: 36px;
    margin: 0;
    padding: 0;
} 
#formcentercol {
    width: 266px;
    float: left;
    overflow: hidden;
    color: #154FA6;
    margin-left: 10px;
} 
#formrightcol2 {
    float: right;
    overflow: hidden;
    color: #154FA6;
} 
#formrightcol {
    clear: both;
    width: 540px;
    float: left;
    overflow: hidden;
    color: #154FA6;
    margin-left: 180px;
} 
#fileupload {
    /*display: none;*/
    visibility: hidden;
} 
#fileuploadend {
    display: none;
} 
#dropoffForm {
} 
#dropoffForm label {
    display: block;
    margin-bottom: 4px;
} 
#dropoffForm input, #dropoffForm textarea, #dropoffForm select {
    border: 1px solid #013799;
    width: 257px;
    margin-bottom: 10px;
    color: #154FA6;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
} 
#dropoffForm input, #dropoffForm textarea {
    padding-left: 1px;
} 
#dropoffForm textarea {
    height: 60px;
} * html #dropoffForm input, * html #dropoffForm textarea, * html #dropoffForm select {
    width: 258px;
} 
#submit1 {
    margin-top: 21px;
    width: 260px !important;
} * + html #submit1 {
    width: 262px !important;
} * html #submit1 {
    width: 262px !important;
} 
#submit2 {
    width: 538px !important;
} 
#fileupload input {
    width: auto !important;
} 
#fileUpload1, #fileUpload2, #fileUpload3, #fileUpload4, #fileUpload5 {
    width: 537px !important;
    border: none !important;
} 
* + html #submit2, * + html #fileUpload1, * + html #fileUpload2, * + html #fileUpload3, * + html #fileUpload4, * + html #fileUpload5, * html #submit2, * html #fileUpload1, * html #fileUpload2, * html #fileUpload3, * html #fileUpload4, * html #fileUpload5 {
    width: 540px !important;
    border: 1px solid #013799 !important;
} 
* html #submit1, * + html #submit1 {
    margin-top: 16px;
} 
#dropoffForm input:disabled, #dropoffForm textarea:disabled, #dropoffForm select:disabled {
    color: #666666;
} 
#demo-status {
} 
#demo-browse, #demo-clear, #demo-upload, #demo-startover {
    border: 1px solid #154FA6;
    padding: 1px 5px 1px 5px;
    text-decoration: none;
    color: #154FA6;
    background-color: #F0F0F0;
} 
#demo-status .progress {
    background: white url(/assets/progress-bar/progress.gif) no-repeat;
    background-position: +50% 0;
    margin-right: 0.5em;
} 
#demo-status .progress-text {
    font-size: 0.9em;
    font-weight: bold;
} 
#demo-list {
    list-style: none;
    width: 536px;
    margin: 0;
	margin: 0px;
    padding: 0px;
} 
#demo-list li {
    margin: 0px;
    padding: 0px;
} 
#demo-list li.file {
    border-bottom: 1px solid #eee;
    background: url(/assets/file.png) no-repeat 4px 4px;
} 
#demo-list li.file.file-uploading {
    background-image: url(/assets/uploading.png);
    background-color: #D9DDE9;
} 
#demo-list li.file.file-success {
    background-image: url(/assets/success.png);
} 
#demo-list li.file.file-failed {
    background-image: url(/assets/failed.png);
} 
#demo-list li.file .file-name {
    font-size: 11px;
    margin-left: 44px;
    display: block;
    clear: left;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
} 
#demo-list li.file .file-size {
    font-size: 11px;
    line-height: 18px;
    float: right;
    margin-top: 2px;
    margin-right: 6px;
} 
#demo-list li.file .file-info {
    display: block;
    margin-left: 44px;
    font-size: 11px;
    line-height: 20px;
    clear: both;
} 
#demo-list li.file .file-remove {
    clear: right;
    float: right;
    line-height: 18px;
    margin-right: 6px;
} 
.hide {
    display: none;
} 
* html .ie6hide {
    display: none;
} 
.redAlert, .redAlert a {
    color: red;
    font-weight: bold;
}
#jsHint{
	background-color: red;
	color:#ffffff;
    font-weight: bold;
	padding:10px 0 10px 0;
	text-align:center;
	margin-bottom:10px;
}
#ieHint{
	color:red;
    font-weight: bold;
	padding:10px 0 10px 0;
	text-align:center;
	margin-bottom:10px;
}
