
form {
	margin: 0px;
	padding: 0px;
}

button {
	font-size: 13px;
	padding: 0px 6px !important;
	padding: 0px 3px;
}

form br {
	clear: both;
}

.field {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}

label {
	color: #ff0040;
	font-size: 90%;
	font-weight: bold;
}

.width1  { width:  40px; }
.width2  { width:  90px; }
.width3  { width: 140px; }
.width4  { width: 190px; }
.width5  { width: 240px; }
.width6  { width: 290px; }
.width7  { width: 340px; }
.width8  { width: 390px; }
.width9  { width: 440px; }
.width10 { width: 490px; }
.width11 { width: 540px; }
.width12 { width: 590px; }

.width1  input, .width1  textarea { width:  36px !important; width:  34px; }
.width2  input, .width2  textarea { width:  86px !important; width:  84px; }
.width3  input, .width3  textarea { width: 136px !important; width: 134px; }
.width4  input, .width4  textarea { width: 186px !important; width: 184px; }
.width5  input, .width5  textarea { width: 236px !important; width: 234px; }
.width6  input, .width6  textarea { width: 286px !important; width: 284px; }
.width7  input, .width7  textarea { width: 336px !important; width: 334px; }
.width8  input, .width8  textarea { width: 386px !important; width: 384px; }
.width9  input, .width9  textarea { width: 436px !important; width: 434px; }
.width10 input, .width10 textarea { width: 486px !important; width: 484px; }
.width11 input, .width11 textarea { width: 536px !important; width: 534px; }
.width12 input, .width12 textarea { width: 586px !important; width: 584px; }

.field select { width: 100%; margin-top: 0px !important; margin-top: 1px; }

.field input.checkbox {
	width: auto !important;
	vertical-align: -3px;
	margin-top: 14px;
	margin-right: 6px;
}

.field input.radio {
	width: auto !important;
	vertical-align: -3px;
	margin-top: 14px;
	margin-right: 6px;
}

button.inline {
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}

.error, .warning, .message, .info {
	background-repeat: no-repeat;
	background-position: 2px 1px;
	border: solid 1px;
	padding: 3px 3px 3px 20px;
}

.error {
	background-image: url('../img/icon_error.gif');
	background-color: #ffbaba;
	color: #d8000c;
}

.warning {
	background-image: url('../img/icon_warning.gif');
	background-color: #feefb3;
	color: #9f6000;
}

.message {
	background-image: url('../img/icon_message.gif');
	background-color: #dff2bf;
	color: #4f8a10;
}

.info {
	background-image: url('../img/icon_info.gif');
	background-color: #bde5f8;
	color: #00529b;
}
