#page_content {
    width:100%;
    height:100%;
    background:#FFF;
    text-align:center;
    padding-bottom: 100px;
}

#greeting_user_container {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 3px;
}
#greeting_user_question {
    font-size: 24px;
}
#feedback_instructions {
    font-size: 16px;
    color: #777;
}
.review {
    background: #FFF;
}
#dialog_holder{
    width: 100%;
    clear: both;
    float: left;
    padding: 40px 20px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px -6px #999;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0px 5px 20px -6px #999;
    border-radius: 4px;
    box-shadow: 0px 5px 20px -6px #999;
}
.review_step_columns {
    float: left;
}

#step1 { /* Sets column properties for Step1 colum within review dialog sequence*/
    width: 300px; /* 275px; */
    padding:5px;
    
    /*background: olive;*/
}

#step2 {/* Sets column properties for Step2 colum within review dialog sequence*/
    width: 345px; /* 385px; */
    padding:5px;
}

#step3 {/* Sets column properties for Step3 colum within review dialog sequence*/
    width:267px;
    padding:5px;
}

#step1_number,#step2_number,#step3_number {
    font-size: 32px;
    float: left;
    padding-right: 5px;
    border-right: 1px solid black;    
}

#step1_text,
#step2_text,
#step3_text {
    font-size: 16px;
    margin-top: 2px;
    margin-left: 6px;
    float: left;
}

#step1_subtext,#step2_subtext,#step3_subtext {
    font-size: 12px;
    float: left;
    margin-left: 4px;
}

#submit_options_captions {
    position:relative;
    float:right;
    width:80%;
}

#submit_options {
    float:left;
    width:20px;
}

#submit_button {
    clear: both;
    float: right;
    margin-top: 15px;
    margin-right: 60px;
    background: url(/static/images/referral/submit_button.png) no-repeat;
    height: 40px;
    width: 158px;
}


#feedback_questions {
    clear: both;
    float: left;
    font-size: 12px;
    margin-left: 7px;
    width: 100%;
}


#listen_question,
#communicate_question,
#wait_question,
#write_experience,
#private_comments {
    clear:both;
    margin-top:1em;
}

#review {
    margin-bottom:1em;
}

.answers {
    padding: 5px 0;
}

.answer_radio {
    margin-right: 3em;
}

#fb_login,
#first_name_login,
#anon_login {
    clear: both;
    float: left;
    margin-left:30px;
    margin-top: 15px;
    font-size: 12px;
    padding: 5px;
}

#fb_login_radio,
#first_name_radio,
#anon_login_radio {
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}


/*
-Facebook authenticated div-
Facebook js controls this.
Cannot do anything about the camelcases
*/
FBLogin {
    border: 1px solid #EEE;
    float: left;
    margin-top: 16px;
    padding: 5px;
    width: 80%;
}
FBProfileImage {
    float: left;
}
FBLoginText {
    float: left;
    margin-left: 5px;
}



#anon_login_button {
    float: left;
}

.anon_login_fields {
    margin-left: 20px;
    margin-top: 13px;
}

#nickname_box {
    margin-bottom: 13px;
}

.anon_login_fields input {
    width: 195px;
}

#anonymous_email {
     margin-top: 13px;
     margin-left: 20px;
}

#login_options { /* Or login using your twitter...*/
    float:left;
    margin-top:15px;
    margin-left:30px;
}
#login_caveat_text { /* Or login using your twitter...*/
    float:left;
    margin-top:10px;
    margin-left:30px;
    width:200px;
}
#review_content { /* Or login using your twitter...*/
    clear: both;
    float: left;
    font-size: 12px;
    width: 100%;
    margin-left: 10px;
    margin-top: 10px;
}

 
.login_dialog_labels { /* Username, Password, etc.*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #555555;
}
.login_option_text { /*twitter...*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333333;
}
.fb_Login_text{
    float: left;
    width: 140px;
    margin-left: 10px;
}

.fb_profile_image{
    width: 60px;
    float: left;
}


#rating_container {
    clear: both;
    float: left;
    width: 100%;
    margin-left: 7px;
    font-size: 12px;
}

.rating_list{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.rating_list li{
    margin-top: 10px;
    overflow: hidden;
}

.rating_list li label.rating_header{
    clear: left;
    float: left;
    line-height: 150%;
    width: 120px;
}

.rating {

}

#private_review_box {
    margin-top: 4px;
}

.optional_text {
    clear: both;
    margin-top: 20px;
    display: block;    
}

#terms_of_use {
    margin-top: 10px;
}

.anon_login_fields{
    padding:3px; 
    display: none;
}
     
.login_button{
    width: 178px;
    height: 26px;
}     
     
.review_doctor_name{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    color: #869396;
    line-height: 2em;
}     

.inner_form_content{
    background-image:url(/static/images/global/global_panda_pointLeft_cropped.png);
    background-repeat: no-repeat;
    background-position: right bottom;   
}

#contest_rules_message_dialog ol {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style-type: decimal;
    display: block;
    text-align: left;
}

#contest_rules_message_dialog li{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
    color: #869396;
    line-height: 1em;
    margin-left: 15px;
}


label.error{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    line-height: 1em;
    margin: 3px 0 3px 0;
}

textarea {
    /*
    border: 1px solid #808080;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-top: 7px ;
    padding-left: 6px;
    */
}
textarea:focus{

    /*
    box-shadow: 0 0 5px rgba(0, 0, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
    */
}

#review_contest{
    margin-top: 50px;
    margin-left: 40px;
    float: left;
    width: 100%;
}

#dr_nav {
    clear: both;
}


/* DEPRECATED STUFF HERE - DELETE LATER */
#dialog_holder_border
{    /*
    height:auto;
    width:auto; 
    min-height:315px;
    padding:1px;
    position:relative;
    float:left;
    border-color:#FFFFFF;
    border-style:solid;
    top: 1px;
    */
}
/* End texture box styles*/
.vertical_divide_line{
    /*
    height:260px;
    width:1px;
    float:right;
    background-color: #90b1c1;
    */
}

/* Removed
.tw_profile_image{
    float: left;
    width: 48px;
}

.tw_login_text{
    float: left;
    width: 160px;
    margin-left: 10px;
}

.identity_verified_message{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #499079;
    line-height: 1.8em;
}
*/


/* Removed in the new version
#tw_login{
    float:left;
    margin-top:10px;
    margin-left:30px;
    width: 220px;
}
*/

/*
#anon_login{
    float:left;
    margin-top:10px;
    margin-left:30px;
}

#anon_login_radio {
    float: left;
}



*/
/* - - - -{ FB-login stuff, elements show up after connecting to FB} - - - */
#step3 #FBLogin{
    float:left;
    margin-left: 24px;
    border: 1px solid #ccc;
    padding: 1px;
    clear:left;
    margin-top: 10px;
}
#step3 #FBLoginText{
    float: left;
    clear: none;
    margin-left: 10px;
    font: 14px/1.3em sans-serif;
}
#step3 #FBLoginText a{
    text-decoration: none;
}
#step3 #FBLoginText a:hover{
    text-decoration: underline;
}
#step3 .FBLoginText{
    padding-left: 55px;
}   
#step3 .FBProfileImage{
    float:left;
}
#step3 .logout_link{
    position:relative;
    float:right;
    font-size: 10px;
}
#step3 .logout_link a{
    text-decoration:none;
}
#step3 .logout_link a:hover{
    text-decoration: hover;
}

