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

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;
	}
.validate-error {
	background-color: #FCCECC;
}

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

.td-hide{
	display:none;
	}
.td-show{
	display:;
	}