/*
|	ditech/GMAC Live Chat Popup CSS
|	section specific css
|	
|	credits:
|	Eric Meyer's Reset CSS: http://meyerweb.com/eric/tools/css/reset/
|	Mark James's FAMFAMFAM Icons : http://www.famfamfam.com/
|
*/

/* LIVE CHAT SPECIFIC FORMATTING
-------------------------------------------------------------*/
h3 {
	clear: left;
}

form p {
	width: 450px;
}

form label.label_checkbox {
	width: 420px;
	float: left;
	clear: right;
}

form input {
	width: 210px;
}

form input.input_radio {
	float: left;
	width: auto;
	border: none;
}

p#equalHousing {
	margin-left: 0;
	background: transparent url("/common/images/icons/ehl.gif") no-repeat 65px top;
}

/* LIVE CHAT SPECIFIC TYPOGRAPHY
-------------------------------------------------------------*/
#masthead h1#welcomeLiveChat {
	width: 450px;
	height: 40px;
	display: block;
	padding-top: 10px;
	font-size: 18px;
	text-indent: -9999px;
	background: transparent url("/common/images/headings/liveChatWelcome_h1.gif") no-repeat left 10px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

p#equalHousing {
	text-align: center;
}