@charset "utf-8";
/* CSS Document */

/* ********************************************************************************************* */
/* DESIGN FORMS */

.layout_form_text {
	border:1px solid #b8b8b8;	
	height:20px;
	overflow:hidden;
}
.layout_form_text input {
	border:0px;
	background-color:#f8f8f8;	
	height:17px;
	padding-top:2px;
	width:100%;
}
.layout_form_submit {
	border:1px solid #b8b8b8;
	background-image:url(../images/forms/gradient.jpg);
	height:20px;
	display:inline-block;
	width:auto;
	text-align:center;
	padding:0px;
	margin:0px;
	text-indent:0px;
	overflow:hidden;
}
.layout_form_submit input {
	border:0px;
	background-image:url(../images/forms/gradient.jpg);
	height:20px;
	padding-top:2px;
	text-indent:0px;
	margin:0px;
	font-weight:bold;
	font-size:14px;
	color:#5266a7;
	cursor:pointer;
	/* outline:none; */
}

/* ********************************************************************************************* */
/* PLAIN FORMS */

/* TEXT BOXES */
.form_input_small {
	width:75px;
	margin:0px;
}
.form_input_default {
	width:160px;
	margin:0px;
}
.form_input_large {
	width:300px;
	margin:0px;
}
/* CHECKBOXES */
.form_checkbox {
}
.form_left label,
.form_right label{
	padding-top:2px;
	display:block;
}

/* COLUMNS */
.form_whole {
	clear:both;
	padding-top:4px;
	text-align:left;
	/* width:44%; <-- specified in the specifics */
}
.form_left {
	clear:both;
	float:left;
	padding-top:4px;
	text-align:right;
	/* width:44%; <-- specified in the specifics */
}
.form_right {
	float:right;
	padding-top:4px;
	text-align:left;
	/* width:54%; <-- specified in the specifics */
}


#header_right {
	position:absolute;
	top:5px;
	right:0px;
	z-index:10;
}
#header_right_float {
	position:relative;
	float:right;
	top:0px;
	right:0px;
	margin-bottom:10px;
}
