﻿/* Registered account need assistance box heaad */


.need_assistance_box_template
{
    width: 239px;
}

.need_assistance_box_template1
{
    background: url(../images/structure/forms/img_need_assistance_sm.gif) 0 0 no-repeat;
    height: 41px;
    margin: 0px;
    padding: 0px;
    font-size: 0em;
}
.need_assistance_box_template2
{
    background: url(../images/structure/forms/str_sm_table_bg.gif) 0 0 repeat-y;
}

.need_assistance_box_template3
{
    clear: left;
    background: url(../images/structure/forms/str_sm_table_btm.gif) 0 0 no-repeat;
    height: 4px;
    overflow: hidden;
}

.need_assistance_box_content .cell1 {
    width: 219px;
}

.need_assistance_box_content .cell2 {
    width: 219px;
}

.reg_acc_checkbox
{
    width: 30px;
    float: left;
    height: 50px;
}
.reg_acc_content {
	padding-bottom:8px;
	text-align:left;
}
.btn_start_free_trial {
    text-align: right;
}
.need_assistance_table td {
}
.need_assistance_left_cell {
    padding-bottom: 6px;
    width: 205px;

}
.need_assistance_right_cell {
    vertical-align: text-top;
    text-align:right;
}

.need_assistance_box_content {
    padding: 10px;
}
.form_txtfield {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: 95px;
    border: solid 1px #929292;
    padding: 0px;
    margin: 0px;
}
/* FORM SELECT MENU - styles for the form select drop-down menus */
.form_select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 97px;
    border: solid 1px #929292;
}

.form_valitdation_box {
    padding-top: 5px;
    padding-bottom: 5px;
}
/* ALERT MESSAGE - text style for validation messages in form */
.alert_message { display:block; color:#e20000; font-size:11px; font-family: Verdana, Arial, Helvetica, sans-serif; vertical-align:middle; padding-top: 10px; padding-bottom: 10px;}

/* ----------------------------------------------
Got a minute -  Registered Account Thankyou page 
--------------------------------------------*/


.got_a_minute_box_template
{
    width: 239px;
    margin-bottom: 15px;
}

.got_a_minute_box_template1
{
    background: url(../images/structure/forms/img_got_a_minute_sm.gif) 0 0 no-repeat;
    height: 41px;
    margin: 0px;
    padding: 0px;
    font-size: 0em;
}
.got_a_minute_box_template_thanks
{
    background: url(../images/structure/forms/img_thank_you_sm.gif) 0 0 no-repeat;
    height: 41px;
    margin: 0px;
    padding: 0px;
    font-size: 0em;
}
.got_a_minute_box_template2
{
    background: url(../images/structure/forms/str_sm_table_bg.gif) 0 0 repeat-y;
}

.got_a_minute_box_template3
{
    clear: left;
    background: url(../images/structure/forms/str_sm_table_btm.gif) 0 0 no-repeat;
    height: 4px;
    overflow: hidden;
}

.got_a_minute_box_content .cell1
{
    width: 219px;
}

.got_a_minute_box_content .cell2
{
    width: 219px;
}

.btn_submit
{
    text-align: right;
}
.got_a_minute_box_content
{
    padding: 10px;
}


.got_a_minute_radio_btn
{
    width: 20px;
    float: left;
    height: 28px;
    display: block;
}
.got_a_minute_thankyou
{
    padding-top: 10px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
}
