table.form {
	width: 100%;
}

table.form td {
	line-height: 20px;
	padding-top: 2px;
	vertical-align: bottom;
}
table.form td.input {
    text-align: right;
    white-space: nowrap;
    padding-left: 5px;
}
table.form td.pad {
    vertical-align: middle;
    padding-left: 5px;
}
table.form td.pad img {
    border: 1px solid Black;
}

table.form td.caption {
	border-bottom: 1px dashed #000000;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}

table.form td.error {
	color: Red;
}

table.form td.unit {
	padding-left: 5px;
	vertical-align: bottom;
	font-size: 10px;
	/*font-weight: bold;*/
	overflow: hidden;
	white-space: nowrap;
}

table.form td.static {
	font-size: 12px;
	vertical-align:bottom;
	font-weight:bold;
}

table.form td.subtitle {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid rgb(0, 0, 0);
	vertical-align:bottom;
	width:100%;
	height:40px;

}

table.form td.save {
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

div.form_title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}
div.form_error {
	color: Red;
}

table.form input.number {

	width:70px;
	/*width: 60px;*/
	text-align:right;
	margin-right:4px;
	padding-right:2px;
}
table.form input.text {
	padding-left:2px;
}
select{
	width:60px;
	font-family: verdana,sans;
	font-size: 12px;
	border: 1px solid #000000;
}

input,textarea {
	font-family: verdana,sans;
	font-size: 12px;
	border: 1px solid #000000;

}


