/**
* Styles used in various forms
*/

div.chxHolder {
	float: left
}

div.chxLabel {
	margin-left: 10px;
	float: left;
	width: 90%
}

fieldset {
	margin-bottom: 10px;
	border: none;
	margin-left: 0px
}

fieldset li {
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	list-style: none
}

fieldset ol {
	margin: 0;
	margin-bottom: 10px;
	padding: 0
}

label {
	width: 140px;
	display: -moz-inline-box !important; /* Proprietary Mozilla style, replaced with inline-block for IE in /p/includes/ie_fix.css */
	display:inline-block;
}

label.wide {
	width: 200px
}

legend {
	display: none
}

select.plantype {
	width: 110px
}

select.specialty {
	width: 210px
}

select.state {
	width: 180px
}

select.title {
	width: 70px
}

.buttonStyle {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 4px
}

.requiredField {
	font-weight: bold
}

.warningMessageStyle {
	color: #FF0000
}

.warningStyle {
	padding-left: 1px;
	color: #FFFFFF;
	background: #FF0000;
	font-weight: bold
}

/* ERROR MESSAGES */
#registration {
	margin:10px 10px 10px 0;
}

#registration #form {
	clear:both;
}

.reg_survey {
	margin: 5px 0px;
} 

.reg_err_msg_off 
{
	padding:5px 10px 5px 10px;
}		
.reg_err_msg 
{
	background-color:#f3f5c4;
	color:#FF0000;
	padding:5px 10px 5px 10px;
}

.reg_main_err_msg_off 
{
	color:#FF0000;
}	
.reg_main_err_msg
{
	width:auto;
	padding: 10px;
	color:#FF0000;
	background-color:#f3f5c4;
}
/* SITE EXIT */
#exit_message 
{
    text-align:center;
}
.exit_message 
{
    background-color:#ddd;
    margin:20px auto;
    width:400px;
    padding:20px;
    border:1px solid #999; 
    position:relative;
    text-align:center;
}

.exit_message a
{
    white-space: nowrap;
    padding:2px 4px;
    display: inline;
    position:relative;
    border:1px solid #999;
    text-decoration:none;
    background-color:#eee;
    
}
.exit_message a:hover
{
    text-decoration:none;
    background-color:#fff;
    border:1px solid #000;
}
.exit_message p
{
    font-weight:bold;
    margin: 0 0 20px 0;
}
.top_lft {
	position: absolute;
	top:0px;
	left:0px;
	z-index:100;
}
.top_rt {
	position: absolute;
	top:0px;
	right:0px;
	z-index:100;
}
.btm_lft {
	position: absolute;
	bottom:-1px;
	left:0px;
	z-index:100;
}
.btm_rt {
	position: absolute;
	bottom:-1px;
	right:0px;
	z-index:100;
}
.clearall 
{
    clear:both;
}
/* Registration Pages */
#reg_user_FirstName_ctr, #reg_user_Address1_ctr, #reg_user_EmailAddress_ctr
{
    float:left;
    width:200px;
    
}
#reg_user_LastName_ctr, #reg_user_Address2_ctr, #reg_user_ConfirmEmail_ctr 
{
    float:left;
    width:200px;
 /*   margin-left:10px; */
}
#reg_user .clearall, #reg_page_1 .clearall 
{
    clear:both;
    padding-bottom:10px;
}
.required 
{
    /*color:#ff0000;*/
    margin-bottom:15px;
}
#reg_user_City_ctr 
{
    float:left;
    width:170px;
}
#reg_user_State_ctr 
{
    float:left;
    width:100px;
  /*  margin-left:10px; */
}
#reg_user_Zip_ctr 
{
    float:left;
    width:100px;
    /* margin-left:10px; */
}
#reg_user_Zip_ctr input
{
    width:50px;
}

#reg_user_DOBMonth, #reg_user_DOBDay
{
    width:20px;
}
#reg_user_DOBYear
{
    width:40px;
}
#reg_optin_1, #reg_optin_3, #reg_optin_4
{
    float:left;
    width:20px;
    margin:4px 0 0 0;
}

#reg_survey{margin-bottom:15px;}
#reg_user{margin-bottom:15px;}
#reg_optin{margin-bottom:15px;}

.page_title{display:none;}

div#mainColumn #registration .submit_btn{margin-bottom:15px}

p.privacystatement{font-weight:bold; font-style:italic;}
.dtctitle{display:none;}