/* CSS Document */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C3C3C;
}


form {
	margin: 0;
}


.p1 {
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color: #FF9900;
	font-size: 17px;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 12px;
}

.inp_textfield {
	font-size: 10px;
	color: #333333;
}

.inp_textfield_30{
	font-size: 10px;
	color: #333333;
	width: 80px;
}

.inp_textfield_150{
	font-size: 10px;
	color: #333333;
	width: 150px;
}

.td_header {
	font-size: 12px;
	font-weight: bold;
	background-color: #D1D1D1;
	padding-left: 6px;
	border-bottom: 1px #666666 solid;
}



.td_header_grey {
	font-size: 12px;
	font-weight: bold;
	background-color: #EBEBEB;
	padding-left: 2px;
	border-top: 1px #666666 dotted;
}

.td_text {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 25px;
	
}

.red_star {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

.tips {
	font-size: 9px;
}


.form_headings {
	background-color: #CCCCCC;
	border-top: #DFDFDF dashed 1 px;
	font-family: Verdana, Arial, Helvetica, sans-serif
	color: #333333;
	padding-left: 8px;
	font-size: 12px;
	font-weight: bold;
}

.blk_cell {
	border-top: #DFDFDF dashed 1 px;
	background-color: #ffffff;
}

.font1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:10px;
padding-left: 3px;
}


.btn_adddel {
width: auto;
font-family: Tahoma;
background-color: #FFFFD9;
border: 1px ridge #999999;
font-size: 11px;}

.btn {
width: auto;
font-family: Tahoma;
background-color: #EBEBEB;
border: 1px solid #333333;
font-size: 11px;}

.right_line {
border-right: 1px solid #CECECE;
padding-right: 10px;}

.under_line {
border-top: 1px solid #FBDF6F;}

.under_line1 {
border-bottom: 1px solid #FBDF6F;}

.padding-left {
padding-left: 10px;}


