/*--------------------------------------------------------------

Wealth Within FORMS Screen Stylesheet

--------------------------------------------------------------*/
.std-form, #forgotten-password {
	margin-top:20px;
	}

.std-form table {
	border-collapse: separate;
	border-spacing: 0 2px;
	}


.std-form table p {
	font-size:100%;
	}

.std-form table td, #forgotten-password table td {
	padding: 5px;
	vertical-align:middle;
	}

.std-form table td.fieldcell, #forgotten-password table td.fieldcell {
	/*padding-left:10px;*/
	}

.std-form label, #forgotten-password label {
	color:#1F60A9;
	}

.std-form input, .std-form textarea, .std-form select, #forgotten-password input {
	font-family:arial, Tahoma, sans-serif, serif;
	border-collapse:collapse;
	border:1px solid #E87B00;
	font-weight:normal;
	padding:2px;
	vertical-align:middle;
	background:#F4F7FB;
	}

.std-form textarea {
	font-size:100%;
	}

.std-form select option {
	padding-right:12px;
	}

.std-form input:focus, .std-form textarea:focus, .std-form select:focus, #forgotten-password input:focus {
	border-color:#1F60A9;
	background:#fff;
	}
.std-form input:hover, .std-form textarea:hover, .std-form select:hover, #forgotten-password input:hover {
	background:#fff;
	}
/*	
.std-form input.submit, #forgotten-password input.submit {
	float:none;
	margin:0 auto;
	display:block;
	cursor:pointer;
	font-weight:bold;
	font-size:100%;
	color:#fff;
	border:0;
	border:2px solid #1F60A9;
	background:#5385BD url(/images/submit-back.gif) repeat-x;
	width:auto;
	}
*/	

.std-form  input.submit, #forgotten-password input.submit{
    background-color: #F1901D;
    border: 1px solid #CCCCCB;
    color: #FFFFFF;
    font-size: 100%;
    padding: 4px 15px;
    margin-left: 140px;
    margin-top:10px;
    text-align: center;
    float:none;
	display:block;
	cursor:pointer;
	width:auto;

}

.validate-error {
	background-color: #FCCECC;
}

.member-edit-form label, .member-edit-form input {
	font-size:130%;
}

.td-hide{
	display:none;
	}
.td-show{
	display:;
	}
	
	
/** Left Nav Form */


.std-form-left-nav, #forgotten-password {
	margin-top:0px;
	}

.std-form-left-nav table {
	border-collapse: separate;
	border-spacing: 0 2px;
	}


.std-form-left-nav table p {
	font-size:100%;
	}

.std-form-left-nav table td, #forgotten-password table td {
	padding: 3px;
	vertical-align:middle;
	}

.std-form-left-nav table td.fieldcell, #forgotten-password table td.fieldcell {
	/*padding-left:10px;*/
	}

.std-form-left-nav label, #forgotten-password label {
	color:#1F60A9;
	}

.std-form-left-nav input, .std-form textarea, .std-form-left-nav select, #forgotten-password input {
	font-family:arial, Tahoma, sans-serif, serif;
	border-collapse:collapse;
	border:1px solid #E87B00;
	font-weight:normal;
	padding:2px;
	vertical-align:middle;
	background:#F4F7FB;
	width:180px;
	}

.std-form-left-nav textarea {
	font-size:100%;
	}

.std-form-left-nav select option {
	padding-right:12px;
	}

.std-form-left-nav input:focus, .std-form textarea:focus, .std-form-left-nav select:focus, #forgotten-password input:focus {
	border-color:#1F60A9;
	background:#fff;
	}
.std-form-left-nav input:hover, .std-form textarea:hover, .std-form-left-nav select:hover, #forgotten-password input:hover {
	background:#fff;
	}
/*
.std-form-left-nav input.submit, #forgotten-password input.submit {
	float:none;
	margin:0 auto;
	display:block;
	cursor:pointer;
	font-weight:bold;
	font-size:100%;
	color:#fff;
	border:0;
	border:2px solid #1F60A9;
	background:#5385BD url(/images/submit-back.gif) repeat-x;
	width:auto;
	}	
*/	
	
.std-form-left-nav  table td ul{
	list-style:none;
	display:block;
	margin-left:0.5em;
	margin-right:0.5em;
	padding-top:5px;
	}	

.std-form-left-nav  table td li{
	width:100%;
	/*border-bottom:1px solid #fff;*/
	list-style:none;
	background: url("/images/new_design/backgrounds/arrow_submenu.jpg") no-repeat scroll 0 px 0.2em transparent;
	color: #333;	
	font-size:12px;
	padding-left:15px;
}
	

.std-form-left-nav  input.submit, #forgotten-password input.submit{
    background-color: #F1901D;
    border: 1px solid #CCCCCB;
    color: #FFFFFF;
    font-size: 100%;
    padding: 4px 15px;
    text-align: center;
    float:none;
	margin-top:10px;
	margin-left:0px;
	display:block;
	cursor:pointer;
	width:auto;
	font-family:'Open Sans',Arial,Helvetica,sans-serif';
}

