.filelist a[href$='.pdf'] {
	background: transparent url(pdf.png) center left no-repeat;
}

.filelist a[href$='.doc'], .filelist a[href$='.docx'] {
	background: transparent url(doc.png) center left no-repeat;
}

.filelist a[href$='.txt'] {
	background: transparent url(txt.png) center left no-repeat;
}

.filelist a[href$='.zip'] {
	background: transparent url(zip.png) center left no-repeat;
}

.filelist a {
	display: inline-block;
	padding-left: 30px;
	font-size: 14px;
	line-height:38px;
}

.filelist {
	list-style-image: none;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
}

.filelist-section {
	float: left;
	width: 270px;
	padding: 5px;
}

.content p {
	font-size: 12px;
}

.subheader {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.fieldLabel {
	font-size: 12px;
}

.fieldLabel .warning {
	color: red;
}

.fieldData {
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
}

.fieldData input, .fieldData select {
	font-size: 12px;
	margin-left: 20px;
}

.errorheader {
    background-image: url(/test/images/redGrad.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
	margin-bottom: 20px;
    padding: 12px;
    border: #daa7a6 1px solid;
}

.formTable {
}

.formTable td {
	vertical-align: top;
}

.officemaildetails {

}

.officemaildetails h1 {
	color: #00006C;
	font-size: 1.4em;
}

.officemaildetails h2 {
	color: #00006C;
	font-size: 1.4em;
}

.officemaildetails .mailadoca {
	color: #138D2A;	
}

#contentHeader {
	font-size: 14px;
	margin-bottom: 13px;
}
	
	
.downloaddriverbutton
{
	margin-left: 150px;
}