
/*
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

label {
	font-weight: bold;
	display: block;
}

input, textarea, select {
	border: 1px solid #999;
	width: 275px;
	padding: 3px;
}

input.measure {
	width: 60px;
}

#container {
	margin: 10px 0 0 30px;
}

.form_nn {
	padding-left: 10px;
	width: 275px;
}

.form_nn textarea {
	height: 100px;
}

.form_nn .message {
	display: none;
}

.input-box {
	margin-bottom: 5px;
}

.submit {
	text-align: right;
}

.submit input {
	font-weight: bold;
	width: 75px;
	border: 1px solid;
	border-color: #999 #333 #333 #999;
}

.error, .success {
	padding: 5px 5px 5px 25px;
    margin: 5px 0px;
}

.error {
	border: 1px solid #ff0000;
	background: #ffdddd;
	background-image: url('../images/action-error.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
}

.success {
	border: 1px solid #009900;
	background: #cfffcf;
	color: #003300;
	background-image: url('../images/action-success.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
}

.loading {
	background: #ffdddd;
	font-weight: bold;
	padding: 6px;
	font-size: 8pt;
}

.radioLabel {
	vertical-align: 1px;
}

.trRedBorder {
	background: #ffdddd;
}
*/
