/* ========================  ======================== */
/* ------------------------  ------------------------ */
/* ........................  ........................ */

/* ======================== General ======================== */

body {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    background: #EFEADB;
	}
	
* {
	margin: 0;
    padding: 0;
}

fieldset {
    border: 0;
	}

a img {
	border: 0;
	}
	
.sys_jsActive {

}

.meta {
	display: none;
}

/* ======================== Typography ======================== */

h1 {}

h2 {
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 .5em 0;
}

h4 {
	font-size: 1em;
	margin: 0 0 .5em 0;
}

h5 {}

h6 {}

textarea {
	padding: 2px;
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

input {
	padding: 2px;
}

p {
	margin: 0 0 1.4em 0;
}

a {
	color: #000;
}

i.cl {
	clear:both;
}

/* ======================== Structure ======================== */

#field_login,
#field_pw,
#field_submit {
	padding-bottom: 8px;
}

#field_submit {
	text-align: right;
}

.field_error label {
	color: red;
}

.field_error input {
	border: 1px solid red;
}

/* ======================== Objects ======================== */


a.btn_submit {
	display: none;
}

.sys_jsActive a.btn_submit {
	display: inline;
	text-decoration: none;
}


.sys_jsActive a.btn_submit span {
	display: inline-block;
	background: url(../Images/searchButton.png) no-repeat center;
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}

.sys_jsActive .submitShim {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 0px;
}

/* ------------------------ Rounded Corner Box (RCB) ------------------------ */

.rcb {
}

.rcb_n {
	position: relative;
	display: block;
	margin: auto;
}

.rcb_nw {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.rcb_ne {
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
}


/* ------------------------ stack1 ------------------------ */

.stack1 {
	margin:0px;
	 background-color:#efeadb;
}

.stack1 .rcb_n {
	background: #d8c7a5;
	height: 8px;
	margin: auto auto -1px auto;
}

.stack1 .rcb_nw {
	width: 10px;
	height: 20px;
	background: url(../Images/corner_beige1_nw.gif) no-repeat;
}

.stack1 .rcb_ne {
	width: 10px;
	height: 20px;
	background: url(../Images/corner_beige1_ne.gif) no-repeat;
}

.stack_header {
	background: #eee9db url(../Images/dots_beige1.gif) repeat-x bottom;
	padding: 10px 8px 5px 8px;
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 1.6em;
}

.stack_header span {
	display: block;
}

.stack_header span span {
	font-size: 0.7em;
	font-weight: bold;
	
}

.stack_link .stack_header {
	font-size: 1em;
	background-color: #fff;
}

.stack_content {
	background: #eee9db;
	padding: 10px 10px 25px 10px;
}

.stack_content input {
	width: 150px;
}




