body,table,div {
	margin: 0px;
}
body {
	background: #88c0ed;
	background-image: url('../images/skyblue_1.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	font-family: Tahoma;
	color: #004499;
	padding: 10px;
}
div {

}
body, table {
	font-size: 12px;
}
table {
	border-top: 1px solid #004499;
	border-right: 1px solid #004499;
}
td {
	border-bottom: 1px solid #004499;
	border-left: 1px solid #004499;
}
input {
	width: 150px;
	border: 1px solid #004499;
}
textarea, select {border: 1px solid #004499;}

.nob table, .nob td, .nob tr {border: 0px none;}

div.error {padding: 10px; background: #FFD0D0; margin-bottom: 10px;} 