#headerImg{
	width:555px;/*460px;*/
	height:55px;/*46px;*/
}
#header_form{
	width:100%;
	padding:10px 0px;
	min-height: inherit;
}
.header_instruction{
	display: block;
	margin:7px 0;
	line-height:12px;
	color:#fff;
}

#bill_template, #proposal_template, #model_un_template, #general_bill_template, #court_brief_template, #lobbyist_template, #leadership_template{
	width:590px;/*470px;*/
	height:763px;/*608px;*/
	margin:auto;
	color:#000;
	font-size:9pt;
	text-align: left;
	margin-bottom:10px;
	font-family:'Helvetica', serif;
}
#bill_template input, #proposal_template input, #model_un_template input, #general_bill_template input, #court_brief_template input, #lobbyist_template input, #leadership_template input{
	font-family: 'Helvetica', serif;
}
#general_bill_template, #court_brief_template, #lobbyist_template, #leadership_template{
	background:#ffffff;
}
#bill_template{
	background:#ffffff url('/images/templates/bill.png') no-repeat top center;
/* 	background-color: #ffffff; */
}

#proposal_template{
	/*background:#ffffff url('/images/templates/proposal.png') no-repeat top center;*/
	background-color: #ffffff;
}

#model_un_template{
	background:#ffffff url('/images/templates/model_un.png') no-repeat top center;
}

/*#model_un_template div*/
#bill_template div{
	position:relative;
	left:30px;
}

/*
#bill_template input{
	text-align: center;
}*/

div.doc_proposal_sect, div.doc_gen_bill_title{
	height:inherit !important;
}
.doc_proposal_sect p{
	margin: 0px !important;
}

.doc_readonly{
/* 	display:inline-block !important; */
	height:inherit !important;
	min-height:763px; /*470 width / 608 height = 8.5 x 11 */
	margin: 10px auto !important;
	background:#ffffff !important;
}

.doc_readonly div{
	position:inherit !important;
	margin: 5px 15px;
}


.proposal_heading{
	text-align: left;
	font-weight: bold;
	margin:14px 0px 0px 15px !important;
	padding:0px;
}

form.template_form{
	width:100%;
	padding:5px 0 0;
	min-width:520px;//620px;
}
form.template_form input{
	font-family: 'Helvetica', sans-serif;
	font-size:8pt;
	font-weight: bold;
	color:#000;	
}

form.template_form input[type=file],form.template_form input[type=submit]{
	height:20px;
	font-size: 8pt;
	line-height:16px;
	text-align: left;
	margin:0px;
}

form.template_form button[type=submit]{
	width:100px;
}

form.document_form input[type=text].doc_bill_title{
	color:#000;
	width:300px;
	text-align: left !important;
	font-weight:normal;
	font-size:14px;
}

form.document_form textarea.doc_bill_body, div.doc_bill_body{
	color:#000;
	width:97%;/*464px;*/
	height:340px;
	font-size:11px;
	line-height:14px;
	text-align: left;
}
div.doc_bill_body{
	width: 412px;
}
form.document_form textarea.doc_model_un_body, div.doc_model_un_body{
	color:#000;
	width:97%;/*464px;*/
	height:380px;
	font-size:11px;
	line-height:14px;
	text-align: left;
}
div.doc_model_un_body{
	width:412px;
}
form.document_form textarea.doc_proposal_sect, div.doc_proposal_sect,
form.document_form textarea.doc_sect, div.doc_sect,
form.document_form textarea.doc_gen_bill_title, div.doc_gen_bill_title{
	color:#000;
	left:10px;
	width:97%;/*464px;*/
	height:100px;
	font-size:11px;
	line-height:14px;
	text-align: left;
}
form.document_form textarea.doc_gen_bill_title, div.doc_gen_bill_title{
	height:50px;
}

div.pageLimit{
	font-size:12px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #000;
	color:#fff;
	margin:8px 17px 1px;
}
span#pageLimit{
	font-size:12px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #000;
}

#dir_doc_labels{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	margin-left:15px;
}
#dir_doc_labels label{
	text-align: right;
}