/* form.css - separated out from myLogin.css to reuse (CK) */
#updateProfile {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #484848;
	font-size: 10px;
	font-weight: bold;
}
#updateProfile input, #updateProfile select, #updateProfile textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
#updateProfile input.narrow {
	width: 40px;
}
#updateProfile select.narrow {
	width: 65px;
}
#updateProfile td {
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 130%;
	vertical-align: top;
}
td.label {
	padding-right: 5px;
}
#updateProfile textarea {
	width: 100%;
}
#updateProfile span {
	font-weight: normal;
	color: #FF0000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: normal;
}
#updateProfile span.extraInfo {
	color: #484848;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;	
}
#updateProfile h4 {
	line-height: 35px;
	border-top: 1px dotted #6b6b6b;
	margin-top: 10px;
}

/** Properties next to inquiry forms and e-mail forms **/
#formSingleProp {
	border-top: 1px solid #c0c8bd;
	border-bottom: 1px solid #c0c8bd;
	background-color: #f7f5e8;
	padding: 15px 20px;
}
#formSingleProp #propImg {
	border: 1px solid #acb1b4;
	margin: 0 0 16px 42px;
}
/** >>Properties next to inquiry forms and e-mail forms<< **/

/** Inquiry/E-mail Sent pages **/
#sentMessage {
	border-top: 1px dotted #6b6b6b;
	border-bottom: 1px dotted #6b6b6b;
	padding: 20px;
}
/** Inquiry/E-mail Sent pages **/