
/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label {
	font-weight: bold;
}

fieldset {
	margin: 0;
	padding: 20px;
	margin: 0 0 30px 0;
	border: 1px solid #cce0ff;
	background-color: #f1f7ff;
	color: #35607f;
}

legend {
	font-weight: bold;
	margin: 10px;
}

fieldset h3 {
	color: gray;
	margin-bottom: 0;
	color: #677582;
}

fieldset p {
	color: gray;
	margin: 15px 0 10px 0;
	color: #677582;
}

/* Form fields
-------------------------------------------------------------- */


.field_box .input_box {
	float: left;
	padding-bottom: 5px;
}

.field_box {
	clear: both;
}

.field_box .field_name {
	font: normal 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #535263;
	float: left;
	width: 150px;
	text-align: right;
	margin: 4px 20px 0 0;
}

.field_box label {
	font-weight: normal;
}

.field_description {
	color: #666;
	font-size: 11px;
	padding: 2px 0px 2px 0px;
}

.field_err {
	color: red;
	font-size: 11px;
	padding: 2px 0px 2px 0px;
}

.starlet {
	color: silver;
	margin: 0 3px 0 0;
	font: normal 14px Georgia, "Times New Roman", Times, serif
}

input.text, input.title, textarea, select {
	margin: 0;
	border:1px solid #bbb;
}

input.text:focus, input.title:focus, textarea:focus, select:focus {
	border:1px solid #666;
}

input.text {
	border: 1px solid #a5b7e0;
	width: 230px;
	height: 21px;
}

select.text {
	border: 1px solid #a5b7e0;
	width: 230px;
	height: 23px;
}

input.err, textarea.err, select.err {
	border: 1px solid #c98d8d;
}

textarea.text {
	border: 1px solid #8db2ca;
	width: 400px;
	height: 190px;
}


input.submit {
	height: 26px;
	background: #2b4e88 url('../images/layout/orange_theme/submit_bgr.gif') center repeat-x;
	line-height: 26px;
	border-top: 1px solid #538ae0;
	border-left: 1px solid #538ae0;
	border-bottom: 1px solid #112950;
	border-right: 1px solid #173463;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 10px 3px 10px;
	font: bold 13px arial;
	cursor: pointer;
	margin: 5px 5px 5px 5px;
}

.hr {
	border-bottom: 1px solid #c3d2f3;
	margin: 10px 0 15px 0;
	position: relative;
	top: 10px;
	clear: both;
}


/* Preview Form Box 
-------------------------------------------------------------- */

.previewform_block {
	margin: 0 0 20px 0;
}

.previewform_block table {
	border-collapse: collapsed;
	width: 100%;
}

.previewform_block table td {
	vertical-align: top;
	padding: 0;
}

.previewform_block table .cell_1 {
	padding: 20px 0 5px 0;
	text-align: left;
	width: 100%;
	font-weight: bold;
	vertical-align: top;
}

.previewform_block table .cell_1 div {
	background: url(../images/layout/dots_h.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0 30px 0 0;
	margin:0;
}

.previewform_block table .cell_1 span {
	background-color: #ffffff;
	padding: 3px;
	margin:0;
}

.previewform_block table .cell_2 {
	padding: 20px 5px 5px 0;
	vertical-align: bottom;
	font-weight: bold;
	white-space: nowrap;
}



/* Misc
-------------------------------------------------------------- */
