* {
	font-size: 12px;
}

html,body {
	margin: 0;
	padding: 0;
	border: 0 none;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

form {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

form table {
	width: 100%;
	border-collapse: collapse; border-spacing:0 !important; 
}

form th {
	/*color: #15428b;*/
	font-weight: normal;
	text-align: left;
	padding: 0 0 0 8;
	height: 30px;
	width: 30%;
	background-color: #f2f6fc;
	border-right:1px #99bbe8 solid;
	border-bottom:1px #99bbe8 solid;
	vertical-align:middle; 
}

form td {
	width: 70%;
	text-align: left;
	padding: 0 0 0 0;
	border-right:1px #99bbe8 solid;
	border-bottom:1px #99bbe8 solid;
	vertical-align:middle; 
}
form table td input {
	width: 100%;!important; 
	height:27px;!important; 
	padding: 4 0 0 0;
}
form table td textarea {
	width: 100%;!important; 
	height:70px;!important; 
}