﻿*
{
    margin: 0px;
    padding: 0px;
}

html
{
    background-color: #ceecf9;
}


img
{
    border: 0px;
}

.clear
{
    clear: both;
}

textarea
{
    resize: none; 
}

/* HOMEPAGE STYLES
--------------------------------------------------------------------------------------------------- */

#home
{
    background: #ffffff url(/Content/images/body_home_bg.gif) repeat-x left top;
    border-top: 0px;
    min-width: 1028px;
}

#home #wrapper
{
    background: #ffffff url(/Content/images/header_home_bg.png) no-repeat center top;
    margin: 0px auto;
    min-height: 291px;
    padding: 0px 44px;
    width: 940px;
}

/* home header
--------------------------------------------------------------------------------------------------- */

#home #header
{
    float: left;
    width: 940px;
}

#home #header h1
{
    float: left;
    margin: 35px 0px 0px 40px;
}

#home #header h1 a
{
    display: block;
}

/* main nav
--------------------------------------------------------------------------------------------------- */

#main_nav
{
    float: left;
    font-size: 15px;
    list-style: none;
    margin: 45px 5px 0px 50px;
    position: relative;       
}

#main_nav li
{
    float: left;
    padding-right: 55px;
    text-align: right;
}

#main_nav #main_nav_last
{
    padding-right: 0px;
    width: auto;
}

#main_nav #main_nav_last a
{
    background: url(../Content/images/blue_arrow.png) no-repeat right center;
    padding: 0px 17px 0px 10px;
}

#main_nav .emphasize
{
    font-size: 17px;
    font-weight: bold;
    /*line-height: 17px;*/
}

#main_nav a
{
    color: #394040;
    text-decoration: none;
}

#main_nav a:hover
{
    color: #00b6e2;
}

#main_nav a.selected
{
    color: #00b6e2;
}

/* sign in
--------------------------------------------------------------------------------------------------- */

#sign_in
{
    background: url(../Content/images/sign_in_bg.png) no-repeat left top;
    height: 164px;
    padding: 0px 20px 25px 20px;
    position: absolute;
    right: -35px;
    top: 17px;
    width: 209px;
}

#sign_in form
{
    float: left;
    margin-top: 40px;
}

.emailpassword label
{
    left: -10000px;
    position: absolute;
    top: auto;
}

#sign_in input[type="text"]
{
    background: url(../Content/images/sign_in_field_bg.gif) no-repeat left top;
    border: 0px;
    color: #525c5c;
    font-size: 11px;
    height: 28px;
    /*line-height: 28px;*/
    margin-bottom: 10px;
    padding: 0px 10px;
    width: 186px;
}

#sign_in input[type="password"]
{
    background: url(../Content/images/sign_in_field_bg.gif) no-repeat left top;
    border: 0px;
    color: #525c5c;
    font-size: 11px;
    height: 28px;
    /*line-height: 28px;*/
    margin-bottom: 10px;
    padding: 0px 10px;
    width: 186px;
}

#keep
{
    float: left;
}

#keep label
{
    color: #525c5c;
    float: right;
    font-size: 11px;
    margin-left: 5px;
}

#sign_in_submit
{
    float: right;
}

#sign_in input[type="submit"]
{
    background: url(../Content/images/sign_in_btn.gif) no-repeat left top;
    border: 0px;
    color: #ffffff;
    font-size: 11px;
    height: 31px;
    padding-bottom: 5px;
    width: 67px;
}

#sign_in input[type="submit"]:hover
{
    background: url(../Content/images/sign_in_btn.gif) no-repeat left bottom;
    cursor: pointer;
}

#sign_in p
{
    clear: both;
    color: #525c5c;
    font-size: 11px;
    margin-left: 18px;
    text-align: left;
}

#main_nav_last #sign_in a
{
    background: none;
    color: #00b6e2;
    padding-right: 0px;
    text-decoration: none;
}

#main_nav_last #sign_in a:hover
{
    text-decoration: underline;
}

/* home overview
--------------------------------------------------------------------------------------------------- */

#home_overview
{
    background: url(../Content/images/home_overview.png) no-repeat center top;
    float: left;
    margin-top: 15px;
    height: 469px;
    position: relative;
    width: 600px;
}

#animation_box_1
{
    position: absolute;
    z-index: 5;
    width: 205px;
    height: 182px;
    top: 81px;
    left: 4px;
}

#animation_container_1
{
    overflow: hidden;
    position: relative;
    width: 205px;
    height: 182px;
}

#animate_1
{
    position: absolute;
    width: 205px;
    height: 182px;
    bottom: -183px;
    left: 0px;
    background: url(../Content/images/home_whiteboard_recordings.png) no-repeat center top;
}

#animation_box_2
{
    position: absolute;
    z-index: 10;
    width: 202px;
    height: 181px;
    top: 42px;
    left: 195px;
}

#animation_container_2
{
    overflow: hidden;
    position: relative;
    width: 202px;
    height: 181px;
}

#animate_2
{
    position: absolute;
    width: 202px;
    height: 181px;
    bottom: -182px;
    left: 0px;
    background: url(../Content/images/home_screen_recordings.png) no-repeat center top;
}

#animation_box_3
{
    position: absolute;
    z-index: 15;
    width: 145px;
    height: 152px;
    top: 104px;
    left: 385px;
}

#animation_container_3
{
    overflow: hidden;
    position: relative;
    width: 145px;
    height: 152px;
}

#animate_3
{
    position: absolute;
    width: 145px;
    height: 152px;
    bottom: -153px;
    left: 0px;
    background: url(../Content/images/home_video_recordings.png) no-repeat center top;
}

.animation_text
{
    text-align: center;
    font-family: 'Lato' , sans-serif;
    font-size: 12px;
    color: #000000;
    /*line-height: 14px;*/
    font-weight: 700;
}

#animation_text_1
{
    position: absolute;
    z-index: 20;
    width: 139px;
    top: 277px;
    left: 37px;
    display: none;
}

#animation_text_2
{
    position: absolute;
    z-index: 20;
    width: 198px;
    top: 243px;
    left: 197px;
    display: none;
}

#animation_text_3
{
    position: absolute;
    z-index: 20;
    width: 89px;
    top: 276px;
    left: 414px;
    display: none;
}

#features_made_simple
{
    bottom: 0px;
    left: 0px;
    position: relative;
    z-index: 25;
    display: none;
    margin: 340px 0px 0px 0px;
}

#home_overview h2
{
    color: #130c0d;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align:center;
}

#home_overview h3
{
    color: #757d7d;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
}

#video_button
{
    position: absolute;
    top: 107px;
    left: 241px;
    margin: 0px;
    width: 105px;
    height: 109px;
    background: url(../Content/images/collaaj_video_play_button.png) no-repeat center top;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 40;
    cursor: pointer;
}

#video_button:hover
{
    background: url(../Content/images/collaaj_video_play_button.png) no-repeat center bottom;
}

.video_modal a.close
{
    color: #ffffff;
    float: right;
    display: block;
    text-decoration: none;
}

.video_modal a.close:hover
{
    text-decoration: underline;
}

/* get started
--------------------------------------------------------------------------------------------------- */

#get_started
{
    float: right;
    margin-top: 25px;
    width: 323px;
}

/* sign up
--------------------------------------------------------------------------------------------------- */

#sign_up
{
    background: url(../Content/images/sign_up_bg.png) no-repeat left top;
    height: 440px;
    padding: 0px 25px;
    width: 282px;
}

#sign_up h2
{
    color: #00b6e2;
    font-size: 26px;
    font-weight: 700;
    padding: 25px 0px 15px 0px;
}

#free
{
    background: url(../Content/images/underline.png) no-repeat left bottom;
    color: #6dba40;
    padding-bottom: 3px;
}

#sign_up label
{
    color: #130c0d;
    display: block;
    font-size: 15px;
    padding: 5px 0px 0px 3px;
}

#sign_up input[type="text"]
{
    background: url(../Content/images/form_field.png) no-repeat left top;
    border: 0px;
    color: #130c0d;
    font-size: 14px;
    height: 31px;
    /*line-height: 31px;*/
    padding: 0px 10px;
    width: 250px;
}

#sign_up input[type="password"]
{
    background: url(../Content/images/form_field.png) no-repeat left top;
    border: 0px;
    color: #130c0d;
    font-size: 14px;
    height: 31px;
    /*line-height: 31px;*/
    padding: 0px 10px;
    width: 250px;
}

#sign_up input[type="image"]
{
    margin: 10px 0px;
}

#sign_up p
{
    color: #525c5c;
    font-size: 12px;
}

#sign_up a
{
    color: #00b6e2;
    text-decoration: none;
}

#sign_up a:hover
{
    text-decoration: underline;
}

/* additional
--------------------------------------------------------------------------------------------------- */

#additional
{
    float: left;
    margin-top: 30px;
    width: 323px;
}

#app_store
{
    display: block;
    float: left;
    margin-left: 18px;
}

#social
{
    float: right;
    list-style: none;
    margin: 25px 0px 0px 0px;
}

#social li
{
    color: #525c5c;
    float: left;
    font-size: 12px;
    margin-right: 5px;
}

#social #facebook
{
    background: url(../Content/images/facebook.png) no-repeat left top;
    display: block;
    height: 20px;
    width: 20px;
}

#social #twitter
{
    background: url(../Content/images/twitter.png) no-repeat left top;
    display: block;
    height: 20px;
    width: 20px;
}

#social #linkedin
{
    background: url(../Content/images/linkedin.png) no-repeat left top;
    display: block;
    height: 19px;
    width: 19px;
}

#social #youtube
{
    background: url(../Content/images/youtube_icon.png) no-repeat left top;
    display: block;
    height: 20px;
    width: 20px;
}

/* UI PAGE STYLES
--------------------------------------------------------------------------------------------------- */

body
{
    background-color: #ffffff;
    border-top: 10px solid #ceecf9;
    color: #525c5c;
    font-family: 'Lato' , sans-serif;
    font-size: 12px;
}

#wrapper
{
    margin: 0px auto;
    width: 940px;
}

/* user header
--------------------------------------------------------------------------------------------------- */

#user_header
{
    float: left;
    margin-bottom: 20px;
    width: 940px;
}

#top_nav
{
    float: right;
    font-size: 13px;
    list-style: none;
    margin-top: 25px;
    position: relative;
}

#top_nav li
{
    float: left;
    padding-right: 25px;
}

li#top_nav_last
{
    padding-right: 0px;
}

#top_nav li a
{
    color: #0072bb;
    text-decoration: none;
}

#top_nav li a:hover
{
    text-decoration: underline;
}

#top_nav #my_account
{
    background: url(../Content/images/icon_my_account.gif) no-repeat left center;
    padding-left: 20px;
}

#top_nav #help
{
    background: url(../Content/images/icon_help.gif) no-repeat left center;
    padding-left: 15px;
}

#top_nav #logout
{
    background: url(../Content/images/icon_logout.gif) no-repeat left center;
    padding-left: 20px;
}

#user_header h1
{
    float: left;
    margin-top: 30px;
}

#user_header h2
{
    float: left;
    font-size: 16px;
    margin: 85px 0px 0px 175px;
}

/* search recording
--------------------------------------------------------------------------------------------------- */

#search_recording
{
    clear: right;
    float: right;
    margin-top: 35px;
}

#search_recording label
{
    left: -10000px;
    position: absolute;
    top: auto;
}

#search_for_recording
{
    background: url(../Content/images/search_recording_bg.gif) no-repeat left top;
    border: 0px;
    color: #5e6767;
    font-size: 13px;
    height: 33px;
    /*line-height: 33px;*/
    padding: 0px 10px;
    width: 324px;
}

#search_recording_btn
{
    vertical-align: top;
}

/* account overview
--------------------------------------------------------------------------------------------------- */

#account_overview
{
    background: url(../Content/images/my_account_bg.png) no-repeat left top;
    height: 467px;
    left: 14px;
    position: absolute;
    top: 15px;
    width: 270px;
    z-index: 3;
}

#account_overview h3
{
    color: #0072bb;
    font-size: 24px;
    font-weight: lighter;
    margin: 45px 0px 10px 0px;
    text-align: center;
}

#account_storage
{
    background: url(../Content/images/account_storage_bg.gif) no-repeat left top;
    height: 60px;
    margin: 0px auto;
    position: relative;
    width: 209px;
}

#account_storage img
{
    display: block;
}

#account_size
{
    left: -3px;
    position: absolute;
    top: 15px;
}

#account_size img
{
    margin: 0px auto;
}

#account_size p
{
    color: #c9111c;
    font-size: 10px;
}

#account_info
{
    float: left;
    font-size: 12px;
    margin-left: 30px;
    width: 200px;
}

#account_info dt
{
    float: left;
    margin-bottom: 10px;
    width: 120px;
}

#account_info dd
{
    float: right;
    font-weight: bold;
    margin-bottom: 10px;
    width: 70px;
}

#account_info dd ul
{
    list-style: none;
}

#account_info dd ul li
{
    float: none;
    margin-bottom: 5px;
    padding-right: 0px;
    width: 70px;
}

#top_nav #account_upgrade
{
    background: url(../Content/images/account_upgrade_btn.gif) no-repeat left top;
    color: #ffffff;
    display: block;
    font-weight: normal;
    height: 20px;
    /*line-height: 20px;*/
    text-align: center;
    text-decoration: none;
    width: 70px;
}

#top_nav #account_upgrade:hover
{
    background: url(../Content/images/account_upgrade_btn.gif) no-repeat left bottom;
}

#top_nav #learn_more
{
    color: #c9111c;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

#top_nav #learn_more:hover
{
    text-decoration: underline;
}

/* account recordings
--------------------------------------------------------------------------------------------------- */

#account_recordings
{
    background: url(/Content/images/account_recordings_bg.gif) no-repeat left top;
    border-collapse: collapse;
    font-size: 13px;
    width: 940px;
}

#account_recordings_name
{
    width: 280px;
}

#account_recordings_type
{
    width: 280px;
}

#account_recordings_likes
{
    width: 165px;
}

#account_recordings_date_time
{
    width: 215px;
}

#account_recordings #recordings_header
{
    border-bottom: none;
    height: 47px;
}

#account_recordings th
{
    color: #0072bb;
    font-size: 14px;
    font-weight: normal;
    /*line-height: 47px;*/
    padding-left: 40px;
    text-align: left;
}

#account_recordings th img
{
    float: right;
    margin: 12px 15px 0px 0px;
}

#account_recordings tr
{
    border-bottom: 1px solid #e9e9e9;
}

#account_recordings td
{
    color: #525c5c;
    padding: 15px 0px 15px 40px;
}

#account_recordings .recording_name
{
    color: #222222;
}

#account_recordings .recording_date
{
    color: #222222;
}

/* VIDEO LIBRARY STYLES */

/* video content
--------------------------------------------------------------------------------------------------- */

#video_content
{
    float: left;
    position: relative;
    width: 647px;
}

/* video header
--------------------------------------------------------------------------------------------------- */

#video_header
{
    float: left;
    margin-bottom: 17px;
}

#video_header h2
{
    color: #130c0d;
    font-size: 32px;
    font-weight: lighter;
    margin-bottom: 10px;
}

#video_header p
{
    color: #757d7d;
    font-size: 12px;
}

#video_header a
{
    color: #0072bb;
    text-decoration: none;
}

#video_header a:hover
{
    text-decoration: underline;
}

/* video edit btn
--------------------------------------------------------------------------------------------------- */

#video_edit_btn
{
    background: url(../Content/images/video_edit_btn.gif) no-repeat left top;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 12px;
    height: 25px;
    /*line-height: 25px;*/
    margin: 56px 7px 0px 0px;
    text-align: center;
    text-decoration: none;
    width: 56px;
}

/* video edit form
--------------------------------------------------------------------------------------------------- */

#video_edit_form
{
    background: url(../Content/images/video_edit_bg.png) no-repeat left top;
    height: 350px;
    right: -44px;
    padding-left: 25px;
    position: absolute;
    top: 81px;
    width: 365px;
    z-index: 1;
}

#video_edit_form form
{
    margin-top: 40px;
}

#video_edit_title_desc
{
    border: none;
}

#video_edit_title_desc label
{
    color: #130c0d;
    display: block;
    font-size: 12px;
}

#video_edit_title_desc input[type="text"]
{
    background: url(../Content/images/video_edit_field_bg.gif) no-repeat left top;
    border: 0px;
    color: #130c0d;
    font-family: 'Lato' , sans-serif;
    font-size: 12px;
    height: 31px;
    margin-bottom: 10px;
    padding: 0px 10px;
    width: 316px;
}

#video_edit_title_desc textarea
{
    background: url(../Content/images/video_edit_textarea_bg.gif) no-repeat left top;
    border: 0px;
    color: #130c0d;
    font-family: 'Lato' , sans-serif;
    font-size: 12px;
    height: 103px;
    padding: 5px 2px 5px 10px;
    width: 325px;
}

.video_edit_exp_privacy
{
    border: none;
    margin: 10px 0px;
}

.video_edit_exp_privacy legend
{
    float: left;
    font-weight: bold;
    margin-right: 15px;
    text-align: right;
    width: 75px;
}

.video_edit_exp_privacy input[type="radio"]
{
    float: left;
    margin: 3px 5px 3px 0px;
}

.video_edit_exp_privacy label
{
    float: left;
    padding-right: 15px;
}

#video_edit_delete_save
{
    border: none;
}

#video_edit_delete
{
    background: url(../Content/images/video_edit_delete_btn.gif) no-repeat left top;
    border: 0px;
    color: #ffffff;
    font-size: 12px;
    height: 30px;
    margin-right: 5px;
    padding-bottom: 5px;
    width: 139px;
}

#video_edit_delete:hover
{
    background: url(../Content/images/video_edit_delete_btn.gif) no-repeat left bottom;
    cursor: pointer;
}

#video_edit_save
{
    background: url(../Content/images/video_edit_save_btn.gif) no-repeat left top;
    border: 0px;
    color: #130c0d;
    font-size: 12px;
    height: 30px;
    padding-bottom: 5px;
    width: 139px;
}

#video_edit_save:hover
{
    background: url(../Content/images/video_edit_save_btn.gif) no-repeat left bottom;
    cursor: pointer;
}

/* video frame
--------------------------------------------------------------------------------------------------- */

#video_frame
{
    background: url(../Content/images/frame.jpg) no-repeat left top;
    clear: both;
    height: 380px;
    padding: 34px 0px 0px 34px;
    width: 606px;
}

#video_frame_home
{
    clear: both;
    height: 380px;
    padding: 34px 0px 0px 34px;
    width: 606px;
}

/* video social
--------------------------------------------------------------------------------------------------- */

#video_social
{
    float: left;
    list-style: none;
    margin: 15px 0px 0px 10px;
}

#video_social li
{
    float: left;
    margin-right: 5px;
}

/* video like
--------------------------------------------------------------------------------------------------- */

#video_like
{
    float: right;
    /*line-height: 31px;*/
    margin-top: 15px;
    width: 150px;
}

#video_like a
{
    color: #0072bb;
    text-decoration: none;
}

#video_like a:hover
{
    text-decoration: underline;
}

#video_like_btn
{
    background: url(../Content/images/video_like_btn.gif) no-repeat left top;
    float: right;
    height: 31px;
    margin-right: 10px;
    width: 31px;
}

#video_like_btn:hover
{
    background: url(../Content/images/video_like_btn.gif) no-repeat left bottom;
}

/* video email
--------------------------------------------------------------------------------------------------- */

#video_email
{
    float: right;
    margin: 15px 10px 0px 0px;
    position: relative;
}

#video_email_btn
{
    background: url(../Content/images/video_email_btn.gif) no-repeat left top;
    color: #757d7d;
    display: block;
    font-size: 12px;
    height: 31px;
    /*line-height: 27px;*/
    text-align: center;
    text-decoration: none;
    width: 61px;
}

#video_email_btn:hover
{
    background: url(../Content/images/video_email_btn.gif) no-repeat left bottom;
}

/* video email form
--------------------------------------------------------------------------------------------------- */

#video_email_form
{
    background: url(../Content/images/video_email_bg.png) no-repeat left top;
    height: 230px;
    padding-left: 20px;
    position: absolute;
    right: -40px;
    top: 30px;
    width: 230px;
    z-index: 1;
}

#video_email_form form
{
    margin-top: 40px;
}

#video_email_form label
{
    left: -10000px;
    position: absolute;
    top: auto;
}

#video_email_form input[type="text"]
{
    background: url(../Content/images/video_email_field_bg.gif) no-repeat left top;
    border: 0px;
    color: #130c0d;
    font-family: 'Lato' , sans-serif;
    font-size: 12px;
    height: 25px;
    margin-bottom: 10px;
    padding: 0px 10px;
    width: 177px;
}

#video_email_form textarea
{
    background: url(../Content/images/video_email_textarea_bg.gif) no-repeat left top;
    border: 0px;
    color: #130c0d;
    font-family: 'Lato' , sans-serif;
    font-size: 12px;
    height: 94px;
    margin-bottom: 8px;
    padding: 5px 2px 5px 10px;
    width: 185px;
}

#video_email_form input[type="submit"]
{
    background: url(../Content/images/video_send_btn.gif) no-repeat left top;
    border: 0px;
    color: #130c0d;
    float: right;
    font-size: 12px;
    height: 25px;
    margin-right: 33px;
    padding-bottom: 5px;
    width: 47px;
}

#video_email_form input[type="submit"]:hover
{
    background: url(../Content/images/video_send_btn.gif) no-repeat left bottom;
    cursor: pointer;
}

/* video about
--------------------------------------------------------------------------------------------------- */

#video_about
{
    border-bottom: 1px solid #e9e9e9;
    margin-top: 15px;
}

#video_about h3
{
    color: #757d7d;
    font-size: 24px;
    font-weight: lighter;
    margin: 0px 10px 15px 0px;
    text-align: right;
}

#video_about p
{
    color: #757d7d;
    font-size: 13px;
    margin: 0px 10px 10px 10px;
}

#video_about a
{
    color: #0072bb;
    text-decoration: none;
}

#video_about a:hover
{
    text-decoration: underline;
}

/* video tabs
--------------------------------------------------------------------------------------------------- */

#video_tabs
{
    float: right;
    position: relative;
    width: 283px;
}

/* video tabs navs
--------------------------------------------------------------------------------------------------- */

#video_tabs_nav
{
    float: right;
    list-style: none;
    position: absolute;
    top: 55px;
    right: 0px;
}

#video_tabs_nav li
{
    float: left;
}

#video_tabs_nav a
{
    background: url(../Content/images/video_nav_btn_left.gif) no-repeat left top;
    color: #757d7d;
    display: block;
    font-size: 12px;
    padding-left: 2px;
    /*line-height: 27px;*/
    text-decoration: none;
}

#video_tabs_nav a span
{
    background: url(../Content/images/video_nav_btn_right.gif) no-repeat right top;
    display: block;
    padding: 0px 10px 0px 8px;
    /*line-height: 27px;*/
}

#video_tabs_nav a:hover
{
    background: url(../Content/images/video_nav_btn_left_hover.gif) no-repeat left top;
}

#video_tabs_nav a:hover span
{
    background: url(../Content/images/video_nav_btn_right_hover.gif) no-repeat right top;
}

#video_tabs_nav a.selected
{
    background: url(../Content/images/video_nav_btn_left_hover.gif) no-repeat left top;
}

#video_tabs_nav a.selected span
{
    background: url(../Content/images/video_nav_btn_right_hover.gif) no-repeat right top;
}

/* video tabs views
--------------------------------------------------------------------------------------------------- */

#video_tabs_views
{
    background: url(../Content/images/video_tabs_bg.gif) no-repeat left top;
    height: 571px;
    padding: 15px 10px 5px 10px;
    width: 263px;
    margin-top: 81px;
}

/* video tabs likes
--------------------------------------------------------------------------------------------------- */

#video_tabs_likes
{
    background: url(../Content/images/video_tabs_bg.gif) no-repeat left top;
    height: 571px;
    padding: 15px 10px 5px 10px;
    width: 263px;
    margin-top: 81px;
}

/* video tabs comments
--------------------------------------------------------------------------------------------------- */

#video_tabs_comments
{
    background: url(../Content/images/video_tabs_bg.gif) no-repeat left top;
    height: 571px;
    padding: 15px 0px 5px 0px;
    width: 283px;
    margin-top: 81px;
}

#video_tabs_comments label
{
    left: -10000px;
    position: absolute;
    top: auto;
}

#video_tabs_comments textarea
{
    background: url(../Content/images/video_comments_bg.png) no-repeat left top;
    border: 0px;
    color: #130c0d;
    display: block;
    font-family: 'Lato' , sans-serif;
    font-size: 12px;
    height: 39px;
    margin: 0px auto 10px auto;
    padding: 5px 2px 5px 10px;
    width: 248px;
}

/* video comments wrapper
--------------------------------------------------------------------------------------------------- */

#video_comments_wrapper
{
    height: 510px;
    margin: 0px 3px 0px 10px;
    overflow: auto;
    width: 270px;
}

.video_comments
{
    border-bottom: 1px solid #e9e9e9;
    float: left;
    margin-top: 15px;
    padding-bottom: 10px;
    width: 245px;
}

.video_comments img
{
    float: left;
    width: 32px;
}

.video_comments_content
{
    float: right;
    width: 203px;
}

.video_comments_content p
{
    color: #757d7d;
    font-size: 12px;
}

p.comment_time
{
    color: #b8b8b8;
    font-size: 12px;
}

.video_comments_content a
{
    color: #0072bb;
    text-decoration: none;
}

.video_comments_content a:hover
{
    text-decoration: underline;
}

/* SUBPAGE STYLES */

/* subpage content
--------------------------------------------------------------------------------------------------- */

#subpage_content
{
    float: left;
    margin-top: 75px;
    width: 940px;
}

#subpage_content h2
{
    color: #757d7d;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 55px;
    text-align: center;
}

#sub_get_started
{
    color: #00b6e2;
    font-weight: 700;
    padding-left: 10px;
}

#sub_free
{
    background: url(../Content/images/underline.png) no-repeat left bottom;
    color: #6dba40;
    font-weight: 700;
    padding-bottom: 3px;
}

/* subpage services
--------------------------------------------------------------------------------------------------- */

.subpage_services
{
    float: left;
    width: 258px;
}

.subpage_services h3
{
    color: #394040;
    font-size: 20px;
    font-weight: 400;
    /*line-height: 18px;*/
    margin: 25px 0px 10px 0px;
    width: 266px;
}

.subpage_services p
{
    color: #757d7d;
    font-size: 13px;
}

#quick_tip
{
    background: url(../Content/images/blue_check.gif) no-repeat left top;
    color: #00b6e2;
    margin-top: 20px;
    padding-left: 20px;
}

/* send answers
--------------------------------------------------------------------------------------------------- */

#send_answers
{
    background: url(../Content/images/leads_dropping.jpg) no-repeat center top;
    margin-right: 83px;
    padding-top: 167px;
}

/* explain answers
--------------------------------------------------------------------------------------------------- */

#explain_answers
{
    background: url(../Content/images/slow_poc.jpg) no-repeat center top;
    margin-right: 83px;
    padding-top: 167px;
}

/* send more
--------------------------------------------------------------------------------------------------- */

#send_more
{
    background: url(../Content/images/no_budget_video.jpg) no-repeat center top;
    padding-top: 167px;
}

/* get started btn
--------------------------------------------------------------------------------------------------- */

#get_started_btn
{
    background: url(../Content/images/get_started_btn.gif) no-repeat left top;
    clear: both;
    display: block;
    float: right;
    height: 50px;
    margin-top: 45px;
    width: 303px;
}

/* personal wrapper
--------------------------------------------------------------------------------------------------- */

#personal_wrapper
{
    margin: 0px auto;
    width: 599px;
}

/* want explain
--------------------------------------------------------------------------------------------------- */

#want_explain
{
    background: url(../Content/images/videoize_faq.jpg) no-repeat center top;
    margin-right: 83px;
    padding-top: 167px;
}

#want_explain2
{
    background: url(../Content/images/want_explain.gif) no-repeat center top;
    margin-right: 83px;
    padding-top: 167px;
}

/* want troubleshoot
--------------------------------------------------------------------------------------------------- */

#want_troubleshoot
{
    background: url(../Content/images/trouble_shoot.jpg) no-repeat center top;    
    margin-right: 83px;
    padding-top: 167px;
}

#want_troubleshoot2
{
    background: url(../Content/images/want_troubleshoot.gif) no-repeat center top;        
    padding-top: 167px;
}

#simplify_onboarding
{
    background: url(../Content/images/easy_onboarding.jpg) no-repeat center top;    
    padding-top: 167px;
}

/* plans pricing
--------------------------------------------------------------------------------------------------- */

#plans_pricing
{
    border-collapse: collapse;
    width: 940px;
}

#plans_pricing th#empty
{
    border: none;
}

#plans_pricing th
{
    border: 1px solid #eaeaea;
    padding: 15px;
    text-align: left;
    vertical-align: top;
    width: 235px;
}

#plans_pricing th h3
{
    color: #130c0d;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}

#plans_pricing th p
{
    color: #00b6e2;
    font-size: 14px;
    font-weight: 400;
    /*width: 215px;*/
}

#plans_pricing p#user_costs
{
    color: #00b6e2;
    float: left;
    font-size: 12px;
    font-weight: 400;
}

#plans_pricing th ul
{
    float: left;
    list-style-type: none;
    position: relative;
}

#plans_pricing th li
{
    border-right: 1px solid #00b6e2;
    float: left;
    padding: 0px 5px 0px 5px;
}

#plans_pricing li#user_costs_last
{
    border-right: none;
    padding: 0px 0px 0px 5px;
}

#plans_pricing ul a
{
    color: #6dba40;
    text-decoration: none;
}

#user_costs_25
{
    background: url(../Content/images/pricing_costs_bg.png) no-repeat left top;
    height: 59px;
    left: -110px;
    padding: 0px 20px 25px 20px;
    position: absolute;
    top: 12px;
    width: 205px;
}

#plans_pricing #user_costs_25 p
{
    color: #757d7d;
    font-size: 12px;
    padding-top: 40px;
    text-align: center;
}

#user_costs_100
{
    background: url(../Content/images/pricing_costs_bg.png) no-repeat left top;
    height: 59px;
    left: -80px;
    padding: 0px 20px 25px 10px;
    position: absolute;
    top: 12px;
    width: 220px;
}

#plans_pricing #user_costs_100 p
{
    color: #757d7d;
    font-size: 12px;
    padding-top: 40px;
    text-align: center;
}

#user_costs_100plus
{
    background: url(../Content/images/pricing_costs_bg.png) no-repeat left top;
    height: 59px;
    left: -45px;
    padding: 0px 20px 25px 20px;
    position: absolute;
    top: 12px;
    width: 205px;
}

#plans_pricing #user_costs_100plus p
{
    color: #757d7d;
    font-size: 12px;
    padding-top: 40px;
    text-align: center;
}

.signup_buy
{
    background: url(../Content/images/blue_btn.gif) no-repeat left top;
    color: #ffffff;
    display: block;
    font-size: 14px;
    height: 31px;
    /*line-height: 27px;*/
    margin-top: 25px;
    text-align: center;
    text-decoration: none;
    width: 117px;
}

.signup_buy:hover
{
    background: url(../Content/images/blue_btn.gif) no-repeat left bottom;
}

#signup_buy_business
{
    margin-top: 10px;
}

#plans_pricing th.features
{
    color: #757d7d;
    font-size: 16px;
}

#plans_pricing td
{
    border: 1px solid #eaeaea;
    color: #757d7d;
    padding: 15px;
    vertical-align: top;
}

#plans_pricing td ul
{
    list-style-type: none;
}

#plans_pricing td li
{
    margin-bottom: 5px;
}

#plans_pricing td a
{
    color: #6dba40;
    text-decoration: none;
}

#plans_pricing td a:hover
{
    text-decoration: underline;
}


/* CORPORATE STYLES */

/* corporate nav
--------------------------------------------------------------------------------------------------- */

#corporate_nav
{
    list-style-type: none;
    margin-top: 75px;
    width: 140px;
}

#corporate_nav li
{
    margin-bottom: 15px;
}

#corporate_nav a
{
    color: #00b6e2;
    display: block;
    font-size: 15px;
    height: 26px;
    /*line-height: 26px;*/
    padding-left: 10px;
    text-decoration: none;
    width: 130px;
}

#corporate_nav a:hover
{
    background: url(../Content/images/corp_nav_bg.gif) no-repeat left top;
    color: #ffffff;
}

a#corp_nav_selected
{
    background: url(../Content/images/corp_nav_bg.gif) no-repeat left top;
    color: #ffffff;
    cursor: default;
}

/* corporate content
--------------------------------------------------------------------------------------------------- */

#corporate_content
{
    float: right;
    margin-top: 75px;
    width: 700px;
}

#corporate_content h2
{
    color: #130c0d;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 25px;
}

#corporate_content p
{
    color: #757d7d;
    font-size: 14px;
    margin-bottom: 25px;
}

#corporate_content ul
{
    color: #757d7d;
    font-size: 14px;
    margin: 0px 0px 25px 15px;
}

/* register
--------------------------------------------------------------------------------------------------- */

#register h3
{
    color: #00b6e2;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 15px;
}

#register label
{
    color: #130c0d;
    display: block;
    font-size: 15px;
    padding: 5px 0px 0px 3px;
}

#register input[type="text"]
{
    background: url(../Content/images/form_field.png) no-repeat left top;
    border: 0px;
    color: #130c0d;
    font-size: 14px;
    height: 31px;
    /*line-height: 31px;*/
    padding: 0px 10px;
    width: 250px;
}

#register input[type="image"]
{
    margin: 10px 0px;
}

#register p
{
    color: #525c5c;
    font-size: 12px;
}

#register a
{
    color: #00b6e2;
    text-decoration: none;
}

#register a:hover
{
    text-decoration: underline;
}

/* already member
--------------------------------------------------------------------------------------------------- */

#already_member h3
{
    color: #00b6e2;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 15px;
}

#already_member form
{
    float: left;
    width: 270px;
}

#already_member label
{
    color: #130c0d;
    display: block;
    font-size: 15px;
    padding: 5px 0px 0px 3px;
}

#already_member input[type="text"]
{
    background: url(../Content/images/form_field.png) no-repeat left top;
    border: 0px;
    color: #130c0d;
    font-size: 14px;
    height: 31px;
    /*line-height: 31px;*/
    padding: 0px 10px;
    width: 250px;
}

#already_member_keep
{
    float: left;
    margin-top: 10px;
}

#already_member_keep label
{
    color: #525c5c;
    display: inline;
    float: right;
    font-size: 11px;
    margin-left: 5px;
    padding: 0px;
}

#already_member_submit
{
    float: right;
    margin-top: 10px;
}

#already_member input[type="submit"]
{
    background: url(../Content/images/sign_in_btn.gif) no-repeat left top;
    border: 0px;
    color: #ffffff;
    font-size: 11px;
    height: 31px;
    padding-bottom: 5px;
    width: 67px;
}

#already_member input[type="submit"]:hover
{
    background: url(../Content/images/sign_in_btn.gif) no-repeat left bottom;
    cursor: pointer;
}

#already_member p
{
    clear: both;
    font-size: 11px;
}

#already_member a
{
    color: #00b6e2;
    text-decoration: none;
}

#already_member a:hover
{
    text-decoration: underline;
}

/* forgot password
--------------------------------------------------------------------------------------------------- */

#forgot_password label
{
    left: -10000px;
    position: absolute;
    top: auto;
}

#forgot_password input[type="text"]
{
    background: url(../Content/images/search_help_field_bg.png) no-repeat left top;
    border: 0px;
    color: #130c0d;
    font-size: 14px;
    height: 41px;
    /*line-height: 41px;*/
    padding: 0px 10px;
    width: 460px;
}

#forgot_password input[type="image"]
{
    margin-left: 10px;
    vertical-align: middle;
}

/* contact info
--------------------------------------------------------------------------------------------------- */

#contact_info
{
    float: left;
    width: 619px;
}

#contact_info h2
{
    color: #130c0d;
    float: left;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 25px;
}

#contact_info h3
{
    color: #130c0d;
    float: right;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

#contact_info form
{
    float: left;
    width: 619px;
}

#contact_fields_left
{
    float: left;
    width: 300px;
}

#contact_fields_right
{
    float: right;
    width: 300px;
}

#contact_info label
{
    color: #130c0d;
    display: block;
    font-size: 15px;
    padding: 5px 0px 0px 3px;
}

#contact_info input[type="text"]
{
    background: url(../Content/images/form_field_300.gif) no-repeat left top;
    border: 0px;
    color: #130C0D;
    font-size: 14px;
    height: 31px;
    /*line-height: 31px;*/
    padding: 0px 10px;
    width: 280px;
}

div#contact_textarea
{
    clear: both;
}

#contact_info textarea
{
    background: url(../Content/images/contact_textarea_bg.gif) no-repeat left top;
    border: 0px;
    color: #130c0d;
    font-family: 'Lato' , sans-serif;
    font-size: 14px;
    height: 215px;
    padding: 5px 2px 5px 10px;
    width: 607px;
}

#contact_info input[type="image"]
{
    margin-top: 10px;
}


/* contact Support
--------------------------------------------------------------------------------------------------- */

#contact_support
{
    float: left;
    width: 619px;
}

#contact_support h2
{
    color: #130c0d;
    float: left;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 25px;
}

#contact_support h3
{
    color: #130c0d;
    float: right;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

#contact_support form
{
    float: left;
    width: 619px;
}

#contact_fields_left
{
    float: left;
    width: 300px;
}

#contact_fields_right
{
    float: right;
    width: 300px;
}

#contact_support label
{
    color: #130c0d;
    display: block;
    font-size: 15px;
    padding: 5px 0px 0px 3px;
}

#contact_support input[type="text"]
{
    background: url(../Content/images/form_field_lg.gif) no-repeat left top;
    border: 0px;
    color: #130c0d;
    font-size: 14px;
    height: 31px;
    /*line-height: 31px;*/
    padding: 0px 10px;
    width: 599px;
}

div#contact_textarea
{
    clear: both;
}

#contact_support textarea
{
    background: url(../Content/images/contact_textarea_bg.gif) no-repeat left top;
    border: 0px;
    color: #130c0d;
    font-family: 'Lato' , sans-serif;
    font-size: 14px;
    height: 215px;
    padding: 5px 2px 5px 10px;
    width: 607px;
}

#contact_support input[type="image"]
{
    margin-top: 10px;
}


/* help
--------------------------------------------------------------------------------------------------- */

#help label {
	left: -10000px;
	position: absolute;
	top: auto;
}

#help input[type="text"] {
	background: url(../content/images/search_help_field_bg.png) no-repeat left top;
	border: 0px;
	color: #130c0d;
	font-size: 14px;
	height: 41px;
	/*line-height: 41px;*/
	padding: 0px 10px;
	width: 460px;
}

#help input[type="image"] {
	margin-left: 17px;
	vertical-align: middle;
}

/* help faq
--------------------------------------------------------------------------------------------------- */

#help_faq {
	margin-top: 50px;
	height: 500px;
	width: 700px;
	overflow: auto;
}

#help_faq h3 {
	color: #757d7d;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

ul#search_results {
	border-top: 1px solid #e9e9e9;
	list-style-type: none;
	margin: 0px 10px 0px 0px;
}

ul#search_results li {
	border-bottom: 1px solid #e9e9e9;
	padding: 20px 0px;
	min-height: 75px;
}

ul#search_results li img {
	float: left;
	margin-right: 10px;
}

ul#search_results li h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

ul#search_results li a {
	color: #130c0d;
}

ul#search_results li p {
	color: #757d7d;
	font-size: 14px;
	margin-bottom: 10px;
}


/* BILLING STYLES
--------------------------------------------------------------------------------------------------- */

/* billing steps
--------------------------------------------------------------------------------------------------- */

#billing_steps
{
    float: left;
    list-style-type: none;
    width: 940px;
}

#billing_steps li
{
    float: left;
    margin-left: 20px;
    background: url(../Content/images/billing_steps_bg.png) no-repeat left bottom;
    color: #ffffff;
    font-size: 18px;
    height: 40px;
    /*line-height: 40px;*/
    text-align: center;
    width: 300px;
}

#billing_steps li:first-child
{
    margin-left: 0px;
}

li#current_step
{
    background: url(../Content/images/current_step_bg.png) no-repeat left top;
}

#step_title
{
    background: url(../Content/images/current_step_arrow.png) no-repeat left center;
    padding-left: 20px;
}

/* choose package
--------------------------------------------------------------------------------------------------- */

#package_form
{
    clear: both;
}

#choose_package
{
    background: url(../Content/images/choose_package_bg.png) no-repeat left top;
    float: left;
    height: 481px;
    margin-top: 25px;
    width: 940px;
}

#choose_package h3
{
    border-bottom: 1px solid #eaeaea;
    color: #130c0d;
    font-size: 22px;
    font-weight: 400;
    padding: 20px 0px 20px 10px;
}

#choose_package a
{
    color: #00b6e2;
    text-decoration: none;
}

#choose_package a:hover
{
    text-decoration: underline;
}

/* choose plan
--------------------------------------------------------------------------------------------------- */

fieldset#choose_plan
{
    border-top: none;
    border-right: 1px solid #eaeaea;
    border-bottom: none;
    border-left: none;
    float: left;
    height: 481px;
    position: relative;
    width: 313px;
}

div.choose_plan_users
{
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0px 10px 10px;
}

#choose_plan label
{
    color: #757d7d;
    font-size: 14px;
    margin-left: 10px;
}

p#contact_sales_100plus
{
    border-bottom: 1px solid #eaeaea;
    color: #757d7d;
    font-size: 14px;
    padding: 15px 0px 50px 10px;
}

div.choose_plan_billing
{
    padding: 10px 0px 10px 10px;
}

/* increase storage
--------------------------------------------------------------------------------------------------- */

fieldset#increase_storage
{
    border-top: none;
    border-right: 1px solid #eaeaea;
    border-bottom: none;
    border-left: none;
    float: left;
    height: 481px;
    position: relative;
    width: 312px;
}

#increase_storage_content p
{
    color: #757d7d;
    font-size: 14px;
    padding: 10px;
}

div.sliders
{
    margin-top: 10px;
}

#increase_storage div.sliders label
{
    font-size: 12px;
    margin-left: 15px;
}

#increase_storage_gb
{
    font-size: 12px;
    width: 55px;
    border: 0px;
    color: #130c0d;
    font-weight: bold;
    background: transparent;
    margin-bottom: 5px;
}

#increase_storage_content ul, #increase_bandwidth_content ul
{
    color: #757d7d;
    font-size: 12px;
    list-style-type: none;
    margin: 10px 0px 0px 15px;
}

#increase_storage_content ul li, #increase_bandwidth_content ul li
{
    margin-bottom: 5px;
}

span.gb_storage
{
    color: #00b6e2;
    font-weight: bold;
}

#increase_storage_content p#storage_note
{
    font-size: 10px;
    font-style: italic;
}

.storage_desc, .bandwidth_desc
{
    display: none;
}

/* increase bandwidth
--------------------------------------------------------------------------------------------------- */

fieldset#increase_bandwidth
{
    border: none;
    float: left;
    height: 481px;
    position: relative;
    width: 313px;
}

#increase_bandwidth_content p
{
    color: #757d7d;
    font-size: 14px;
    padding: 10px;
}

#increase_bandwidth div.sliders label
{
    font-size: 12px;
    margin-left: 15px;
}

#increase_bandwidth_gb
{
    font-size: 12px;
    width: 55px;
    border: 0;
    color: #130c0d;
    font-weight: bold;
    background: transparent;
    margin-bottom: 5px;
}

#bill_me_per_gb
{
    float: left;
    margin: 15px 0px;
    width: 313px;
}

#increase_bandwidth input[type="checkbox"]
{
    margin-left: 10px;
}

#bill_me_per_gb label
{
    float: right;
    width: 280px;
}

#increase_bandwidth_content p#bandwidth_note
{
    clear: both;
    color: #ed1c24;
    display: none;
    font-size: 10px;
    font-style: italic;
}

/* choose package sum
--------------------------------------------------------------------------------------------------- */

.choose_package_sum
{    
    bottom: 10px;
    left: 10px;
    height: 65px;
    width: 292px;
    background: url(../Content/images/choose_package_sum_bg.png) no-repeat left top;
}

.choose_package_sum p
{
    /*line-height: 65px;*/
    text-align: center;
    color: #757d7d;
    font-size: 18px;
}

span.package_amount
{
    color: #130c0d;
}

/* choose package totals
--------------------------------------------------------------------------------------------------- */

dl#choose_package_totals
{
    float: right;
    margin-top: 25px;
    width: 350px;
}

dl#choose_package_totals dt
{
    color: #757d7d;
    float: left;
    font-size: 18px;
    text-align: right;
    width: 250px;
}

dl#choose_package_totals dd
{
    color: #130c0d;
    float: right;
    font-size: 18px;
    text-align: left;
    width: 75px;
}

dl#choose_package_totals .membership_savings
{
    color: #67b03c;
    padding: 20px 0px;
}

/* continue billing
--------------------------------------------------------------------------------------------------- */

#continue_billing
{
    clear: both;
    float: right;
    margin-top: 25px;
}

/* billing account info
--------------------------------------------------------------------------------------------------- */

#billing_form, #confirm_form
{
    clear: both;
}

#billing_account_info
{
    background: url(../Content/images/billing_bg.png) no-repeat left top;
    border: none;
    float: left;
    margin-top: 20px;
    width: 940px;
    height: 351px;
}

#billing_account_info label
{
    color: #130c0d;
    display: block;
    font-size: 15px;
    margin-left: 15px;
    padding: 5px 0px 0px 3px;
}

#billing_account_info input[type="text"]
{
    background: url(../Content/images/form_field_360.png) no-repeat left top;
    border: none;
    color: #130c0d;
    font-size: 14px;
    height: 31px;
    /*line-height: 31px;*/
    margin-left: 15px;
    padding: 0px 10px;
    width: 340px;
}

/* billing account header
--------------------------------------------------------------------------------------------------- */

#billing_account_header
{
    float: left;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    width: 940px;
}

#billing_account_header h3
{
    color: #130c0d;
    float: left;
    font-size: 22px;
    font-weight: 400;
    padding: 20px 0px 20px 15px;
}

#billing_account_header p
{
    float: right;
    font-size: 14px;
    padding: 25px 15px 0px 0px;
}

#billing_account_header a
{
    color: #00b6e2;
    text-decoration: none;
}

#billing_account_header a:hover
{
    text-decoration: underline;
}

/* billing cc info
--------------------------------------------------------------------------------------------------- */

#billing_cc_info
{
    background: url(../Content/images/billing_bg.png) no-repeat left top;
    border: none;
    float: left;
    margin-top: 20px;
    width: 940px;
    height: 311px;
}

/* billing cc header
--------------------------------------------------------------------------------------------------- */

#billing_cc_header
{
    float: left;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    width: 940px;
}

#billing_cc_header h3
{
    color: #130c0d;
    float: left;
    font-size: 22px;
    font-weight: 400;
    padding: 20px 0px 20px 15px;
}

#billing_cc_header ul
{
    float: left;
    list-style-type: none;
    margin: 20px 0px 0px 20px;
}

#billing_cc_header ul li
{
    float: left;
    margin-right: 10px;
}

#billing_cc_header p
{
    float: right;
    font-size: 14px;
    padding: 25px 15px 0px 0px;
}

#billing_cc_header a
{
    color: #00b6e2;
    text-decoration: none;
}

#billing_cc_header a:hover
{
    text-decoration: underline;
}

/* billing fields
--------------------------------------------------------------------------------------------------- */

.billing_fields
{
    float: left;
    width: 375px;
    margin-right: 50px;
}

#billing_cc_info label
{
    color: #130c0d;
    display: block;
    font-size: 15px;
    margin-left: 15px;
    padding: 5px 0px 0px 3px;
}

#billing_cc_info input[type="text"]
{
    background: url(../Content/images/form_field_360.png) no-repeat left top;
    border: none;
    color: #130c0d;
    font-size: 14px;
    height: 31px;
    /*line-height: 31px;*/
    margin-left: 15px;
    padding: 0px 10px;
    width: 340px;
}

#cc_exp
{
    position: relative;
}

.no_label
{
    position: absolute;
    left: -10000px;
    top: auto;
}

#billing_cc_info #cc_exp_month
{
    background: url(../Content/images/form_field_70.png) no-repeat left top;
    width: 50px;
}

#billing_cc_info #cc_exp_year
{
    background: url(../Content/images/form_field_70.png) no-repeat left top;
    width: 50px;
}

#billing_cc_info #cc_security_code
{
    background: url(../content/images/form_field_140.png) no-repeat left top;	border: 0px;	color: #130c0d;	font-size: 14px;	height: 31px;	line-height: 31px;	padding: 0px 10px;
    width: 120px;
}

#help_button
{
    cursor: pointer;
    display: block;
    float: right;
    width: 29px;
    height: 29px;
    margin-top: 1px;
    background: url(../Content/images/help_btn.png) no-repeat left top;
}

#security_code
{
    position: absolute;
    right: 0px;
    bottom: 35px;
    display: none;
}

.customStyleSelectBox
{
    background: url(../Content/images/form_field_360.png) no-repeat left top;
    border: none;
    color: #130c0d;
    font-size: 14px;
    height: 31px;
    /*line-height: 31px;*/
    margin-left: 15px;
    padding-left: 10px;
}

.customStyleSelectBoxInner
{
    background: url(../Content/images/select_btn.gif) no-repeat right center;
}

.form_group
{
    float: left;
}

#billing_cc_info #billing_state
{
    width: 175px;
    margin-left: 15px;
}

#billing_cc_info #billing_zip
{
    background: url(../Content/images/form_field_140.png) no-repeat left top;
    width: 120px;
}

#billing_cc_info #billing_country
{
    width: 175px;
    margin-left: 15px;
}

/* review purchase
--------------------------------------------------------------------------------------------------- */

#review_purchase
{
    float: right;
    margin-top: 25px;
}

/* selected packages
--------------------------------------------------------------------------------------------------- */

#selected_packages
{
    float: left;
    margin-left: 15px;
    width: 400px;
}

#selected_packages dt
{
    color: #757d7d;
    float: left;
    font-size: 18px;
    margin-bottom: 15px;
    width: 150px;
}

#selected_packages dd
{
    color: #130c0d;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    width: 250px;
}

/* billing info data
--------------------------------------------------------------------------------------------------- */

.billing_info_data
{
    margin-left: 15px;
}

.billing_info_data dt
{
    color: #757d7d;
    font-size: 14px;
}

.billing_info_data dd
{
    color: #130c0d;
    font-size: 14px;
    margin-bottom: 15px;
}

/* confirm purchase
--------------------------------------------------------------------------------------------------- */

#confirm_purchase
{
    float: right;
    margin-top: 25px;
}

#confirm_purchase p
{
    color: #757d7d;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: right;
}

#confirm_purchase_amount
{
    color: #130c0d;
}

/* download thanks
--------------------------------------------------------------------------------------------------- */

#download_thanks
{
    float: left;
    width: 940px;
}

#download_thanks h2
{
    color: #130c0d;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}

#download_thanks p
{
    color: #130c0d;
    font-size: 14px;
    text-align: center;
}

#download_thanks img
{
    margin: 45px 20px 0px 0px;
    display: block;
    float: left;
}

#download_thanks img#last_step
{
    margin-right: 0px;
}

#download_thanks a
{
    color: #00b6e2;
    text-decoration: none;
}

#download_thanks a:hover
{
    text-decoration: underline;
}


/* footer
--------------------------------------------------------------------------------------------------- */

#footer
{
    background: url(../Content/images/footer_bg.png) repeat-x left top;
    height: 246px;
    padding-top: 50px;
    margin-top: 35px;
    width: 100%;
}

#footer_nav
{
    border-top: 1px solid #e9e9e9;
    margin: 0px auto;
    padding: 20px 0px;
    width: 940px;
}

.footer_content
{
    float: left;
    margin-right: 40px;
    padding-left: 10px;
    width: 100px;
}

.footer_content h4
{
    color: #757d7d;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer_content ul
{
    list-style: none;
}

.footer_content li
{
    margin-bottom: 10px;
}

.footer_content a
{
    color: #757d7d;
    text-decoration: none;
}

.footer_content a:hover
{
    text-decoration: underline;
}

#footer_extra
{
    color: #757d7d;
    float: left;
    padding-right: 10px;
    width: 330px;
}

#footer_extra h4
{
    font-size: 14px;
    margin-bottom: 10px;
}

#footer_extra h5
{
    font-size: 12px;
    font-weight: bold;
}

#footer_extra a
{
    color: #757d7d;
    text-decoration: none;
}

#footer_extra a:hover
{
    text-decoration: underline;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    /*font-weight: bold;*/
    color: #ff0000;
}

.validation-summary-errors ul li
{
    /*font-weight: bold;*/
    color: #ff0000;
}


.validation-summary-valid
{
    display: none;
}
.notification_success
{
    font: normal 12px Tahoma; 
    color: #FFFFFF;
    float:left;
    width:900px;
    margin-bottom:2px;
    text-align:center 
}
.notification_sucess_innertext
{
    background:  #64CBFF; 
    font-weight:normal;
    color:Black;
    padding:0px 8px;
}
.notification_background
{
    height:30px;
}
.notification_error
{
    font: normal 12px Tahoma; 
    color:#ff6347;
    float:left;
    width:900px;
    margin-bottom:2px;
    text-align:center 
}
.notification_error_innertext
{
    background:  #ff6347; 
    font-weight:normal;
    color:Black;
    padding:0px 8px;
}

/*New Modal dialog styles*/
.modal-overlay
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    opacity: .75;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    z-index: 101;
}
.modal-window
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    z-index: 102;
}
.close-window
{
    background-color: transparent;
    font-size: medium;
    color: White;
   
    padding-left: 600px; 
}
.close-window:hover
{
    text-decoration: underline;
}
    