/*
-----------------------------------------------------------------------------
OVERALL
-----------------------------------------------------------------------------
*/
body {
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	color:#333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#F3EFDF;
}

table {
	font-size: 12px;
}
/*
-----------------------------------------------------------------------------
END OVERALL
-----------------------------------------------------------------------------
*/



/*
-----------------------------------------------------------------------------
COMMON
-----------------------------------------------------------------------------
*/
a img {

	border:none;
}

p {
	line-height: 1.6em;	
}

p a {
	font-weight: bold;
	color: #778e1d;
	text-decoration: none;
}

ul li a {
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}

p a:hover {
	color:#333333;
}


.detail {
	display: block;
	padding: 1em 0 0 0;
}

.clear {
	clear: both;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #387834;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #387834;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#333333;
}

em {
	color: #666666;	
}

.note {
	color: #666666;
	font-style: italic;	
}

.top a {
	font-weight: bold;
	font-size:.8em;
	color: #387834;
	text-decoration: none;
	float:right;
	background-image: url(../img/up_arrow.gif);
	background-repeat: no-repeat;
	margin-left: 2em;
	background-position: left center;
	padding-left: 15px;
}

.top a:hover {
	color: #666666;
}

/*
-----------------------------------------------------------------------------
END COMMON
-----------------------------------------------------------------------------
*/




/*
-----------------------------------------------------------------------------
WRAPPER BORDER
-----------------------------------------------------------------------------
*/
#wrapper_border {
	width: 350px;
	text-align: center;
	margin:0 auto;
}

#login {
	padding: 20px;
	width: 320px;
	background: #fff;
	border: #ccc 1px solid;
}
/*
-----------------------------------------------------------------------------
END WRAPPER BORDER
-----------------------------------------------------------------------------
*/



/* FORM ELEMENTS */
fieldset {border:0px;margin-top:20px;margin-bottom:10px;}
legend {color:#333333;font-size:138.5%;margin-bottom:10px;}
legend span {padding:8px 10px 5px 43px;display:block;width:556px;overflow:hidden;}

fieldset .clear {height:10px;}
label.textLabel {float:left;width:165px;text-align:right;margin-right:10px;padding-top:5px;font-size:85%;color:#666666;font-weight:bold;}
label.checkboxLabel {color:#666666;font-size:85%;margin-left:6px;}
input.text, textarea, input.textSmall {border:1px solid #999999;}
input.text, textarea, input.textSmall {padding:3px 5px 3px 10px;float:left;width:400px;}
/*textarea {padding:3px 0px 3px 10px;display:block;margin:10px 0px 0px 47px;width:500px;height:120px;}*/
input.checkbox {margin-left:63px;margin-top:7px;}
.formParagraph {margin:10px 0px 5px 47px;}

input#formSubmit {padding:4px 33px 5px 33px;margin-top:20px;margin-left:62px;}



.errors {
	text-align: left;
	color: #b2871f;
}


.small {font-size:85%;}
.goldBrownBTN {background:#805b0b url('../img/formButton-goldBrown-OFF.jpg') repeat-x bottom left;border:2px solid #805b0b;}
.white {color:#FFFFFF;}
.bold {font-weight:bold;}
input.submitPad {padding:4px 33px 5px 33px; cursor: pointer;}