/*****************************************************************************/
/* Form elements                                                             */
/*****************************************************************************/

input[type=checkbox], input[type=radio] {
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
}

input, select, textarea {
	font-family: inherit;
}

input[type=text], input[type=password] {
	border: 1px solid #AAA;
	height: 18px;
	padding: 1px;
}

input[type=file] {
	height: auto;
}

select, textarea {
	border: 1px solid #AAA;
	padding: 1px;
}

textarea {
	font-family: verdana, arial;
	font-size: 0.9em;
}

input.active, select.active, textarea.active {
	border: 2px solid #F48000;
	padding: 0px;
}

.inputDisabled {
	color: #333;
	background: #EEE;
	border: 1px solid #AAA;
	padding: 1px;
}

.beforeInput {
	width: 16px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #722A0F;
	float: left;
	overflow: hidden;
}

.iconButton {
	border: none;
	background: none;
	cursor: pointer;
}

.linkButton {
	color: #F48000;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	cursor: pointer;
}

.caption {
	line-height: 25px;
	clear: both;
	float: left;
	margin: 1px 0 1px 0;
}

.field {
	line-height: 25px;
	float: right;
	margin: 1px 0 1px 0;
}

.field input, .field select {
	margin-top: 1px;
}

#captchaForm .options {
	color: #F48000;
}

.captchaImageContent {
	height: 52px;
	float: left;
	margin-top: 5px;
}

.captchaImage {
	width: 160px;
	height: 52px;
	float: left;
	margin: 0;
}

.captchaInput {
	width: 250px;
	line-height: 25px;
	float: left;
	margin: 0;
}

.captchaInput input {
	width: 100px;
}
