
/**
 * FORM BUTTONs ...
 */
.form_button_submit
{
	width				: 94px;
	height				: 20px;
	text-transform		: uppercase;
	letter-spacing		: 1px;
	cursor				: pointer;
   background-image		: url(../image/page/bg_button.jpg);
   background-repeat	: no-repeat;
   background-position	: top center;
   color				: #fff;
   font-weight			: bold;
}

/**
 * SEARCH FORM ...
 */
#form_search
{
	width				: 380px;
	height				: 40px;
	margin				: 0;
	padding				: 0;
	border				: none;
}

#form_search #field_search_text
{
	float				: left;
	width				: 162px;
	height				: 28px;
	margin				: 0 0px 0 0;
	padding				: 12px 13px 0 15px;
	letter-spacing		: 1px;
	font-size			: 12px;
	font-weight			: bold;
	color				: #717071;
	background-image	: url(../image/page/bg_menu_r1_c11_f2.gif);
	background-repeat	: no-repeat;
}

*html #form_search #field_search_field
{
	background-attachment	: fixed;
}

#field_search_button
{
	width				: 40px;
	height				: 40px;
	cursor				: pointer;
	background-image	: url(../image/page/button_go.gif);
	background-repeat	: no-repeat;
}

/**
 * ADVANCE FORM ...
 */
#form_advance_search
{
	width				: 270px;
	margin				: 0;
	padding				: 0;
	border				: none;
}

#form_advance_search label
{
	font-weight			: bold;
	font-size			: 13px;
	color				: #EEEEEE;
}

#form_advance_search input.text_field,
#form_advance_search select.text_option
{
	clear				: both;
	width				: 258px;
	margin				: 3px 0 13px 0;
	padding				: 3px 4px;
	font-size			: 12px;
	border				: 1px solid #575757;
	background-color	: #DFDEDF;
}

#form_advance_search input.text_field
{
	padding				: 4px 4px;
}

#form_advance_search select.text_option
{
	width				: 268px;
}

#form_advance_search select.text_option option
{
	padding				: 0px 4px;
}

#form_advance_search textarea.text_area
{
	margin				: 3px 0 13px 0;
	padding				: 4px 4px;
	background-color	: #DFDEDF;
	border				: 1px solid #575757;
}

#form_advance_search_button
{
	width				: 94px;
	height				: 20px;
	cursor				: pointer;
	background-image	: url(../image/page/button_submit.gif);
	background-repeat	: no-repeat;
}

/**
 * CONTACT FORM ...
 */
#form_contact
{
}

#form_contact label
{
	font-weight			: bold;
	font-size			: 13px;
	color				: #EEEEEE;
}

#form_contact input.text_field
{
	clear				: both;
	width				: 260px;
	margin				: 3px 0 13px 0;
	padding				: 3px 4px;
	font-size			: 12px;
	border				: 1px solid #575757;
	background-color	: #DFDEDF;
}

#form_contact textarea
{
	clear				: both;
	width				: 260px;
	height				: 150px;
	margin				: 3px 0 8px 0;
	padding				: 5px 4px;
	font-size			: 12px;
	border				: 1px solid #575757;
	background-color	: #DFDEDF;
}

#form_contact input.button
{
	clear				: both;
	width				: 94px;
	margin				: 7px 0 0 0;
	border				: none;
	background-color	: none;
}


/**
 * LOGIN FORM
 */

.error
{
	font-size			: 12px;
	font-variant		: small-caps;
	clear				: both;
	text-align			: left;
	margin				: 0 0 10px 0;
	color				: #FFF;"
}

.myform{
	margin:200px auto 0 auto;
	width:400px;
	padding:14px;
	text-align:left;
	text-decoration		: none;
	font-family			: Arial, Helvetica, sans-serif;
}

#stylized{
	border:solid 2px #AFAFAF;
	background:#FFF;
}
#stylized h1 {
	font-size:14px;
	font-variant			: small-caps;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #EAEAEA;
	padding-bottom:10px;
}
#stylized a
{
	font-size				: 12px;
	font-variant			: small-caps;
	text-decoration			: none;
	color					: #515051;
}
#stylized a:hover
{
	text-decoration			: underline;
}

span.label
{
	font-size				: 13px;
	font-variant			: small-caps;
}

#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	font-size:12px;
	text-transform:uppercase;
	float:left;
}
#stylized label span
{
	text-transform:none;
}

#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}
#stylized input.login_submit
{ 
	clear:both;
	margin-left:150px;
	width:80px;
	height:31px;
	background:#666666 url('../images/button.png') no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border:none;
	cursor:pointer;
}
	
.spacer{clear:both; height:1px;}