/* Forms (Registration Blocks)
*******************************/
.phl input[type="text"]{
	border: 1px solid #AACFAD;
	background-image: url('/amm/themes/phl_2013/images/form_field_bg.gif');
	background-repeat: repeat-x;
	color:#444;
	font-size: 15px;
	height: 28px;
}
.ie7 .phl input[type="text"],
.ie8 .phl input[type="text"]{
	line-height: 30px;
}
.phl form p {
	margin-bottom: 0;
}

.phl .form p label,
.phl .form p input {
	width: 190px;
}
.phl .form p label {
	font-weight: normal;
	line-height: 1.25em;
	text-align: left;
	padding-right: 10px;
	padding-top: 5px;
}
.phl .form p.form_drop_down {
	margin-bottom: 0;
	padding-bottom: 15px;
}
.phl .form p.form_textarea{
	margin-bottom: 0;
	padding-bottom: 0;
}
.phl .form p.form_text,
.phl .form_required_question {
	margin-bottom: 0;
	padding-bottom: 1em;
}
.phl .require_desc {
	font-size: 13px;
}
.phl .form .hint_text {
	padding-left: 200px;
	font-size: 14px;
	color: #999;
	margin-bottom: 15px;
}
.phl .form .form_drop_down .hint_text {
	padding-left: 0px;
}
.phl .form_required {
	color: red;
	font-weight: bold;
	top: -0.2em;
	font-size: 1em;
}
.phl ul.horizontal .checkbox_input_label{
	white-space: nowrap;
}
.phl .checkbox_input_label input {
	position: relative;
	top: -2px;
}
.phl .radio_input_label input {
	position: relative;
	top: -2px;
}
.phl .check_box_answers ul {
	list-style-type: none;
	margin-bottom: 10px;
	/*
position: relative;
	left: 200px;
*/
}
.phl .form ul.horizontal,
.phl .form ul.vertical {
	width: 380px;
}
.phl p.form_checkbox {
	display: block;
}
.phl textarea {
	width: 400px;
	height: 150px;
	border: solid 1px #AACFAD;
	position: relative;
	top:5px;
}
.phl .checkbox_input_label .hint_text {
	display: block;
	text-align: left;
	padding-left: 300px;
	position: relative;
	left: -200px;
}
/*
.phl .form p.form_image_verification {
	display: none;
}
*/
.phl input[type="checkbox"] {
    vertical-align: middle;
}
.phl .registration_block input.form_submit {
	margin: 10px 0 0 200px;
}
.phl input#member_login_password.text {
	font-family: Arial, Helvetica, sans-serif;
}
.phl .form_textarea {
	margin-bottom: 10px;
}
.password_reset .text {
	padding-right: 10px;
	padding-bottom: 10px;
}
.ie7 .password_reset .text,
.ie8 .password_reset .text {
	padding-right: 0;
	padding-bottom: 0;
}
.phl .form_std_name_address_header,
.phl .form_account_creation_header/*
,
.phl .form_checkbox.text label
*/ {
	display: none;
}
.phl .form p input {
	font-family: 'Arial', 'Helvetica', sans-serif;
}


/* INPUT buttons */
.phl .form_submit,
.phl .gsa_top_search_form input[type="submit"]{
	background-color: #007D69;
	border: medium none;
	color: white;
	font: 18px/24px ronnia-condensed-n6, ronnia-condensed,'Arial Narrow',Helvetica,sans-serif;
	height: 31px;
	padding: 4px 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #3E2312;
	text-transform: uppercase;
	font-weight: 600;
}
.phl .form_submit:hover,
.phl .gsa_top_search_form input[type="submit"]:hover,
.phl .member_login_button:hover{
	background-color: #02a58b;
}
.phl #member_login_name {
	width: 175px;
}
.phl .hint {
	font-size: 13px;
	color: #999;
	position: relative;
	left: 200px;
}


/* captcha */
#recaptcha_area {
	position: relative;
	left: 95px;
}



/* Share with a friend */
table.invite_friend {
	border-collapse: separate;
	border-spacing: 1px;
}
.invite_friend th.text {
	padding: 10px;
	font-weight: bold;
}
.invite_friend td.text {
	padding: 10px;
}
.invite_friend td.text input {
	width: 200px;
}
.invite_friend td.text input.form_submit {
	width: 90px;
}
.invite_friend td.text.field_required {
	padding: 0;
	line-height: 14px;
}

/* Lawyers Directory Signup Form */

#wrapper_internal .directory-signup .form_std_name_address_header,
#wrapper_internal .directory-signup .form_account_creation_header {
	display: block;
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 0.5em;
}

.directory-signup .form p label,
.directory-signup .form p input,
.directory-signup .form p textarea {
 	width: 100%;
}

.directory-signup .form .hint_text {
	padding-left: 0;
}

.directory-signup .form p input {
	line-height: 1;
}

.directory-signup .formSubhead {
  color: #6d7305;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.directory-signup .formGuidance {
	font-weight: bold;
}
#wrapper_internal .directory-signup .formGrouphead {
	padding-bottom: 0;
	margin-bottom: 0.5em;
}

