input, select {margin: 0;}
div input[type="text"], textarea {padding: 1px;}
.radio, .checkbox {border-bottom: none;}
.radio input, .checkbox input {width: auto;}
.radio label, .checkbox label {display: inline;}
.radio label {margin-right: 5px;}
.submit {border-bottom: none; margin-bottom: 1em; padding: 0.5em 0; text-align: center;}
.submit input {padding: 2px;}

body, td, th, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10;
	margin: 5;
	padding: 0;
	line-height: 1.5em;
	
}

.note {
	background-color: #eff3ff;
	background-image: none;
	border-top: 4px solid #527dbd;
	border-right: 1px solid #527dbd;
	border-bottom: 1px solid #527dbd;
	border-left: 1px solid #527dbd;
	color: #000000;
	margin-top: 0;
	padding: 8px;
	width: 400px
}

.alert {background: transparent url("exclamation.png") no-repeat 0 50%; padding: 2px 0 2px 20px;}

p {line-height: 1.6em; margin-bottom: 20px; text-align:justify}

#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

