.img{
	background-image:url(../html/img/adobe_form.gif);

}
.add_document{
	background-image:url(../html/img/add_document.png);

}

.pdflink{
	background-color:#FF00FF;
}


.select-box {
    width: 160px;
    box-sizing: border-box;
}
.section {
    padding: 8px;
    overflow: hidden;
}

.table_layout{
	table-layout:fixed;
	width:50%
}

.med-textbox{
	width:64%;
}
.red-text{
	color:red;
}

label.error{width:auto;color:red !important;}

/* webkit solution */
::-webkit-input-placeholder { font-style:italic; }

/* mozilla solution - this is for firefox 18+ */
::-moz-placeholder { font-style:italic; }