/* @override http://localhost:8888/css/form_elements.css */

input.bwabu_text_field_small {
	width: 178px;
	height: 17px;
	padding: 5px 8px;
	vertical-align: middle;
	font-size: 13px;
	color: #000;
	border: 0 none #000;
	background-image: url(../images/forms/bwabu_text_field_194.gif);
}

input.bwabu_text_field_large {
	width: 286px;
	height: 17px;
	padding: 5px 8px;
	vertical-align: middle;
	font-size: 13px;
	color: #000;
	border: 0 none #000;
	background-image: url(../images/forms/bwabu_text_field_302.gif);
	background-repeat:no-repeat
}

input.bwabu_text_field_tiny {
	width: 73px;
	height: 17px;
	padding: 5px 8px;
	vertical-align: middle;
	font-size: 13px;
	color: #000;
	border: 0 none #000;
	background-image: url(../images/forms/bwabu_text_field_89.gif);
}

textarea.bwabu_textbox {
	width: 348px;
	padding: 5px 8px;
	vertical-align: middle;
	font-size: 13px;
	color: #000;		
	border: 0 none #000;
	background-image: url(../images/forms/bwabu_textbox.gif);
	height: 48px;
	overflow:auto;
	background-position: top left;
	background-repeat:no-repeat;
	resize: none;
}

.question .required {
	color: #b91244;
	font-size: 1.8em;
}

/* @group question */

.question {
	margin-bottom: 30px;
}

.section_title {
	font-size: 16px;
	color: #333333;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 20px;
}

.section_title a {
	font-size: 16px;
	color: #333333;
}

span.section_subtitle {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	font-style: normal;
}

/*.question * {
	font-size: 14px;
	color: #666666;
}*/

.question .col {
	margin-right: 10px;
}

.question .text {
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
}

.question .unit {
	line-height: 17px;
	vertical-align: bottom;
}

.question .checkbox_label {
	font-size: 13px;
	margin-right: 10px;
}

.question .input input.small_button {
	margin-left: 10px;
	top: 8px;
	position: relative;
}

/*.question label.error {
	color: #5793c5;
}*/

.question select {
	font-size: 16px;
	background-color: #fffbec;
	border: 2px solid #b1cde4;
	color: #000;
}

/* @end */

/* @group question mark */

span.question_mark.inline.right img {
	margin-left: 20px;
	position: relative;
	top: 4px;
}



/* @end */

/* @group wym textbox */

.wym_box { border: 0;}
.wym_area_main {
	margin-right: 0 !important;
}
.wym_area_bottom {
	display: none !important;
}
.wym_area_right {
	display: none !important;
	width: 0 !important;
}

/* @end */

/* @group books */

select#books {
	width: 300px;
	height: 130px;
}

/* @end */