@charset "utf-8";
/* CSS Document */
#subcontent p {
    color:#535353;
    padding-top:5px;
    padding-bottom:15px;
    font:normal normal 1.3em/1.6em Arial, Helvetica, sans-serif;    
}
#subcontent p a {
    color:#3399cc;
}
#subcontent h2 {
    /*padding:0px 20px;*/
    padding:0px 10px;
    color:#3399cc;
    /*font-family:Tahoma, Geneva, sans-serif;*/
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#subcontent ul li {
    font:normal normal 1.3em/1.6em Arial, Helvetica, sans-serif;
}
/*************************************
                 FORM
*************************************/
#login{
    /*border:1px solid goldenrod;*/
    width:362px;
    height:200px;
    margin:50px auto;
    background:url(../images/loginbox_bg.jpg) top left no-repeat;
    padding-top: 40px;    
}
form#f{
}
.formBox{
    /*border:1px solid black;*/    
	/* control the spacing for the form */
	padding: 0.5em 0em;
	clear:left;
}
legend{
	font:normal 12pt 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color:#069;
	padding: 0em 2.0em;	/* create space between the text and the fieldset line */
	margin: 0em 2.0em;    /* shift the text over to the right */
}
label{
    /*border:1px solid red;*/
    /* 2 Column */
	float:left;			 /* so we can give them a width   */
	width:140px;		 /* create a col with width. */
	margin-right:20px;  /* to create a gutter from label to input field col */
	text-align:right;
    
    font:normal 12pt 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color:#3399cc;
}
.radio label{
	display:inline;	
	/*margin-left: 2.0em;*/
	float:none;	
	width:auto;
	margin-right:0em; 
	text-align:left;
}
.radio input{
	margin-right: 2.0em;	
	vertical-align:middle;
}
input, select, textarea, option, optgroup{
	font:normal 12pt 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color:#333;
}
optgroup{
	font-weight:bold;
}
optgroup option{
	padding-left: 3.0em;
}
.xnarrow {
	width: 50px;
}
.narrow {
    width: 100px;
}
.mid {
	width: 150px;
}
.wide {
	width: 250px;
}
.xwide {
	width: 350px;
}
input.btn{
	width:auto;
    margin-right:0.5em;
}
.btn {
    margin-left:160px;
}
/* Override default layout for checkbox */
.inputcheckbox{
    vertical-align:middle;
}
.labelcheckbox {
    float:none;
    vertical-align:middle;
    padding-left:0.5em;
}
