.pdf_h_text
{
	font-size: 14px;
    font-weight: bold;
    text-align: center;
	background:moccasin;
}
.asterisk
{
	color:#F00;
}
.pdf_table{width:100%;border:1px solid #CCC;border-collapse:collapse;font-size:12px;margin:auto;}
.pdf_table td input,select
{
	border:1px solid #ccc;
	height:24px;
	margin:5px;
}
.pdf_table td textarea
{
	border:1px solid #ccc;
	margin:5px;
}
.pdf_table td input:focus
{
	border:1px solid #C00;
}
.submit_btn
{
	background: none repeat scroll 0 0 rgb(205, 133, 63);
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding: 3px;
    text-align: center;
}
.submit_btn:hover
{
	background:#66F;
	cursor:pointer;
	
}
.pdf_table td
{
	line-height:25px;
	padding:0 0 0 3px !important;
	font-weight:bold;
}
.pdf_header{font-weight:bold;background:#966;color:#fff;}
.main_example{border:15px solid #9CC;width:55%;}
.select_emp{margin:20px 20px 20px 17px;}
.download_pdf{cursor:pointer;}
.quick_view_lr {
    /*background: url("../images/quickviewmask.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;*/
    bottom: 0;
    display: none;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.quick_view_lr .container {
    /*background-color: rgb(255, 255, 255);
    border: 5px solid rgb(255, 245, 238);
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgb(102, 102, 102);
    display: none;
    height: auto !important;
	*/
    margin: 1% auto 0;

    position: relative;
    width: 532px;
}
.common_msg
{
	float: left;
    margin: 8px 0 0;
    text-align: center;
    width: 100%;
}
.lodding_msg {
	background:#fff;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 3px;
    box-shadow: 0 0 20px rgb(153, 153, 153);
    display: none;
    float: left;
    font-size: 1.2em;
    /*height: 166px;*/
	height: auto;
    padding: 10px;
    width:100%;
    z-index: 99999;
}
.other_comb
{
	display:none;
}
.error
{
	color:#F00;
}
.Load_msg_img
{
	color:#060;
	float: left;
    margin: 8px 0 0;
    text-align: center;
    width: 100%;
}
.pdf_logo
{
	width:160px;
}
.m_logo
{
	text-align:center;
	
}
.m_logo img
{
	padding:0px;
}
.pdf_note{color:#f00;}
.pdf_note_text{color:#390;text-align:justify;}