/*====================*/
/*===Converted Font===*/
/*====================*/
/*@font-face {*/
/*font-family: 'netto';*/
/*src: url('fonts/netto.eot');*/
/*src: local('☺'), url('fonts/netto.woff') format('woff'), url('fonts/netto.ttf') format('truetype'), url('fonts/netto.svg') format('svg');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/
/*@font-face {*/
/*font-family: 'netto-light';*/
/*src: url('fonts/netto-light.eot');*/
/*src: local('☺'), url('fonts/netto-light.woff') format('woff'), url('fonts/netto-light.ttf') format('truetype'), url('fonts/netto-light.svg') format('svg');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/

@font-face {
    font-family: 'netto-ot-light';
    src: url('fonts/netto-ot-light.eot');
    src: local('☺'), url('fonts/netto-ot-light.woff') format('woff'), url('fonts/netto-ot-light.ttf') format('truetype'), url('fonts/netto-ot-light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {*/
/*font-family: 'netto-ot-bold';*/
/*src: url('fonts/netto-ot-bold.eot');*/
/*src: local('☺'), url('fonts/netto-ot-bold.woff') format('woff'), url('fonts/netto-ot-bold.ttf') format('truetype'), url('fonts/netto-ot-bold.svg') format('svg');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/

@font-face {
    font-family: 'netto-ot';
    src: url('fonts/netto_ot.eot');
    src: local('☺'), url('fonts/netto_ot.woff') format('woff'), url('fonts/netto_ot.ttf') format('truetype'), url('fonts/netto_ot.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* $Id$ */

@font-face {
    font-family: 'netto';
    src: url('fonts/NettoWeb.eot');
    src: local('Netto Regular'), url('fonts/NettoWeb.woff') format('woff'), url('fonts/NettoWeb.ttf') format('truetype'), url('fonts/NettoWeb.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'netto-ot-bold';
    src: url('fonts/NettoWeb-Bold.eot');
    src: local('Netto Bold'), url('fonts/NettoWeb-Bold.woff') format('woff'), url('fonts/NettoWeb-Bold.ttf') format('truetype'), url('fonts/NettoWeb-Bold.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'netto-light';
    src: url('fonts/NettoWeb-Light.eot');
    src: local('Netto Light'), url('fonts/NettoWeb-Light.woff') format('woff'), url('fonts/NettoWeb-Light.ttf') format('truetype'), url('fonts/NettoWeb-Light.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*====================*/
/*===== Main tags ====*/
/*====================*/

body {
    background-color: #bfbfbf;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #333333;
}

.wrapper_bg {
    width: 1060px;
    margin: 0 auto;
    overflow: hidden;
    /*
    background: url(../web_files/bg.jpg) repeat-y center;
    */
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    /*
    background: url(../web_files/bg.jpg) repeat-y center;
    */
    background: #FFF;
}

.center-wrapper {
    padding: 0 39px;
}

.header {
    background: url('../web_files/bg_top_home.jpg') repeat-x top left;
    height: 83px;
    width: 1000px;
}

#logo {
    float: left;
    margin: 23px 0 0 39px;
}

a:link {
    text-decoration: none;
    color: #08329A;
}

a:visited {
    color: #08329A;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button {
    border: 1px solid #968575;
    background: #F5F5F5;
    overflow: visible; /* for IE 7 */
    width: auto;
    height: auto;
    padding: 5px 20px;
    cursor: pointer;
}

div.button {
    border: 1px solid #968575;
    background: #F5F5F5;
    overflow: visible; /* for IE 7 */
    width: auto;
    height: auto;
    padding: 5px 20px;
    cursor: pointer;
    display: inline-block;
    color: #968575;
    text-decoration: none;
}

div.button:hover {
    background: #FFFFFF;
    color: #000;
    border: 1px solid #000000;
    text-decoration: none;
}

h1 {
    font-size: 20pt;
    font-family: netto-ot, Arial, sans-serif;
    color: #9f7d40;
}

h2 {
    font-size: 22px;
    color: #9e7b41;
    font-family: netto, Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 13pt;
    font-family: netto-ot, Arial, sans-serif;
    color: #9f7d40;
}

h4 {
    color: #666666;
    font-family: netto, Arial, sans-serif;
    font-size: 18px;
    margin: 24px 0 0 0;
}

img {
    border: 0;
}

/*====================*/
/*===== Colours ======*/
/*====================*/

.dark_orange {
    color: #ec661d;
}

.white {
    color: #fff;
}

#userlinks {
    color: #8eaaaa;
    float: right;
    font-size: 11px;
    text-align: left;
    margin: 23px 39px 0 0;
}

#userlinks_line2 {
    clear: right;
    text-align: right;
}

#userlinks a {
    color: #fff;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid white;
}

.no-border {
    border: none !important;
}

#userlinksSirius {
    color: #4d5360;
    float: right;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    margin: 10px 10px 0 0;
    width: 750px;
}

#userlinksSirius a {
    color: #4d5360;
    margin-left: 30px;
}

#forumlink {
    position: absolute;
    top: 252px;
    right: 0;
    color: #ff3300;
    background: url(../oc-assetts/bg_forum.png) 0 0 no-repeat;
    width: 120px;
    height: 80px;
    padding-top: 14px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

#forumlink:hover {
    color: #fff;
    background-position: -120px 0;
}

/* Table styles needed for dashboard */
table.thinTable {
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
    border-color: #cecece;
    width: 100%;
}

.thinTable td, .thinTable th {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #cecece;
    font-size: 12px;
}

.thinTable th {
    background-color: #dedede;
    color: #333;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: bold;
}

.thinTable td {
    color: #333;
    padding: 10px;
}

.thinTable tr:hover {
    background-color: #dde8f5;
}

table.thinTableNoHover {
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
    border-color: #cecece;
    width: 100%;
}

.thinTableNoHover td, .thinTableNoHover th {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #cecece;
}

.thinTableNoHover th {
    background-color: #dedede;
    color: #333;
    padding: 20px 10px;
    font-size: 12px;
    font-weight: bold;
}

.thinTableNoHover td {
    color: #333;
    padding: 10px;
}

.quote {

    position: relative;
    width: 540px;
    background-color: #FFF;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.quote blockquote {
    padding-left: 100px;
    background-image: url(../oc-assetts/bigquote.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    line-height: 20px;
    color: #2A388F;
}

.quote h5 {
    line-height: 20px;
    margin-bottom: 10px;
}

input.error {
    border: 2px solid #f00;
    background: none repeat scroll 0 0 #fee;
    color: #f00;
}

select.error {
    border: 2px solid #f00;
    background: none repeat scroll 0 0 #fee;
    color: #f00;
}

label {
    display: block;
}

label.errorlabel {
    font-size: 15px;
    color: #f00;
    font-weight: bold;
}

#forgotten {
    padding: 3px 0 10px 36px;
    width: 25%;
    float: left;
}

#forgotten a {
    display: inline;
    padding-left: 12px;
    color: #666;

}

a.formbutton {
    padding-left: 25px;
    color: #fff;
    text-decoration: none;
    background: url(../oc-assetts/button-sprite.png) no-repeat left 8px;
    line-height: 40px;
    width: 100px;
}

a.cancel {
    display: inline-block;
    color: #999;
    font-size: 12px;
}

a.cancel:hover {
    color: #f60;

}

p.cta {
    padding-left: 20px;
    font-size: 13px;
    color: #999;
    text-decoration: none;
    line-height: 45px;

}

.right p.required {
    font-size: 10px
}

.login-wrapper p {
    font-size: 12px;
    line-height: 18px;
}

div.orangeAlert {
    width: 100%;
    background-color: #ffede9;
    padding: 8px 0 8px 0;
    margin: 5px 10px 20px 0px;
    text-align: center;
    color: #F30;
    border-style: solid;
    border-width: 1px;
    border-color: #F30;
}

div.greyAlert {
    width: 100%;
    background-color: #f3f3f3;
    padding: 8px 0 8px 0;
    margin: 5px 10px 20px 0px;
    text-align: center;
    color: #666;
    border-style: solid;
    border-width: 1px;
    border-color: #666;
}

div.greenAlert {
    width: 100%;
    background-color: #d6fcc8;
    padding: 8px 0 8px 0;
    margin: 5px 10px 20px 0px;
    text-align: center;
    color: #090;
    border-style: solid;
    border-width: 1px;
    border-color: #090;
}

input[type=text], input[type=password] {
    color: #333;
    width: 309px;
    padding: 2px;
    font-size: 14px;
    margin-right: 5px;
}

/*input[type=text]:focus, input[type=password]:focus {*/
/*color: #333;*/
/*border:1px solid #b1b1b1;*/
/*height: 20px;*/
/*width: 200px;*/
/*padding: 2px;*/
/*font-size: 14px;*/
/*margin-right: 5px;*/
/*}*/

textarea, select {
    color: #666;
    border: 1px solid #dbdbdb;
    width: 80%;
    padding: 2px;
    font-size: 14px;
    margin-right: 5px;
}

textarea:focus, select:focus {
    color: #333;
    border: 1px solid #b1b1b1;
}

.tick {
    color: #13750c;
}

.cross {
    color: #bc0000;
}

.button_grey {
    border: 1px solid #968575;
    padding: 5px 20px 5px 20px;
    background: #F5F5F5;
}

.button_grey:hover {
    background: #FFFFFF;
    border: 1px solid #000000;
}

/********************************************************************************************
/********************************************************************************************
/********************************************************************************************
/ FOOTER
/********************************************************************************************
/********************************************************************************************
*********************************************************************************************
*/

#footer {
    /*background: url(../web_files/bg_footer.jpg) 0 0 repeat-x;*/
    background-color: #eeeeee;
    color: #696969;
    height: 52px;
    padding: 0 30px;
    font-size: 11px;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    text-align: left;
}

#footer ul li.first {
    padding-left: 0;
    background: none;
}

#footer ul li {
    background: transparent url(https://www.innocentive.com/sites/innocentive.com/themes/ninesixty/innocentive_960/img/header-bullet.png) no-repeat 0 50%;
    margin: 0 0 0 5px;
    padding: 0 0 0 10px;
    display: inline;
}

#footer a {
    color: #575757;
    text-decoration: none;
}

/********************************************************************************************
/********************************************************************************************
/********************************************************************************************
/ MENU
/********************************************************************************************
/********************************************************************************************
*********************************************************************************************
*/

#menu_bar {
    font-family: netto-ot, Arial, sans-serif;;
    background: #d9e3eb;
    height: 36px;
    line-height: 36px;
    letter-spacing: 1px;
}

#menu {
    margin: 0 0 0 23px;
    padding: 0;
    z-index: 9999;
}

#menu li {
    float: left;
    list-style: none;
}

#menu li a {
    display: block;
    background: #d9e3eb;
    padding: 0 20px;
    text-decoration: none;
    color: #306c70;
    font-weight: bold;
    font-size: 15px;
}

#menu li a:hover {
    background: #FFF;
    color: #9e7b41;
}

#menu li a.selectedMenuItem {
    background: #FFF;
    color: #9e7b41;
}

#menu li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border: 1px solid #FFF;
    border-top: none;
    border-right: none;
    z-index: 9999;
}

#menu li ul li {
    float: none;
    display: inline;
}

#menu li ul li a {
    width: auto;
    background: #d9e3eb;
    color: #506178;
    border-top: 1px solid #FFF;
    line-height: 26px;
    font-size: 12px;
    font-family: Arial, sans-serif;

}

#menu li ul li a.selectedMenuItem2 {
    background: #FFF;
    color: #253f4e;
}

#menu li ul li a:hover {
    background: #FFF;
    color: #9e7b41;
}

/********************************************************************************************
/********************************************************************************************
/********************************************************************************************
/ SUBMENU
/********************************************************************************************
/********************************************************************************************
*********************************************************************************************
*/

#submenu_bar {
    line-height: 47px;
    background: url(../web_files/bg_menu.jpg) 0 0 repeat-x;
}

#submenu {
    margin: 0;
    padding: 0;
    z-index: 9998;
}

#submenu li {
    float: left;
    list-style: none;
}

#submenu li a {
    display: block;
    padding: 0 15px;
    text-decoration: none;
    color: #7e7e7e;
    font-size: 13px;
    font-weight: bold;
    line-height: 47px;
}

#submenu li a:hover {
    background: #FFFFFF;
    color: #101010;
}

#submenu li a.selectedMenuItem3 {
    background: #FFFFFF;
    color: #101010;
}

#submenu li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border: 1px solid #FFF;
    border-top: none;
    border-right: none;
    z-index: 9998;
}

#submenu li ul li {
    float: none;
    display: inline;
}

#submenu li ul li a {
    width: auto;
    background: #f0f0f0;
    color: #454545;
    border-top: 1px solid #FFF;
    line-height: 26px;
    font-size: 12px;

}

#submenu li ul li a:hover {
    background: #e7e7e7;
    color: #ec661d;
}

.homepage_column {
    float: left;
    width: 249px;
    border-right: 1px solid #FFF;
    height: 220px;
    background: #e6e6e6;
    overflow: auto;
}

.homepage_column_header {
    background: url(../web_files/bg_column_header.png) repeat-x top left;
    font-size: 18px;
    line-height: 27px;
    height: 32px;
    padding: 0 10px;
}

.homepage_column_content {
    padding: 10px;
}

a.homepage_column_more {
    display: block;
    color: #302F30;
    font-weight: bold;
    line-height: 35px;
    text-decoration: none;
    font-size: 13px;
}

a.homepage_column_more:hover {
    color: #EC6604;
}

.homepage_column_headline {
    font-weight: bold;
    color: #EC6604;
    font-size: 13px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.homepage_column_content_text {
    line-height: 20px;
    color: #454445;
    font-size: 13px;
}

.twtr-hd {
    display: none;
}

form {
    margin: 0;
    padding: 0;
}

.main_content_wrapper {
    padding: 10px 20px;
    background: url(../web_files/inner-bg.png) bottom left repeat-x;
}

#breadcrumb {
    background: #FFF;
    border: 1px solid #FFF;
    border-top: none;
}

#breadcrumb ul {
    margin: 0;
    padding: 0;
}

#breadcrumb li {
    float: left;
    list-style: none;
    margin: 3px 0;
}

#breadcrumb li a {
    display: block;
    padding: 3px 15px;
    text-decoration: none;
    border-right: 2px solid #4c6178;
    color: #4c6178;
    font-size: 12px;
}

#breadcrumb li div#currentBreadcrumbLink {
    display: block;
    padding: 3px 15px;
    text-decoration: none;
    color: #4c6178;
    font-size: 12px;
}

#breadcrumb li a:hover {
    background: #f0f0f0;
    color: #101010;
}

.counter_digit {
    background: url(../web_files/counter_digit_background.png) no-repeat;
    width: 25px;
    height: 50px;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    padding-top: 5px;
    float: left;
}

.counter_spacer {
    float: left;
    font-size: 24px;
    height: 50px;
    padding-top: 5px;

}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
    display: none;
    position: absolute;
    margin: 0;
    background: transparent url(../web_files/tooltip/tooltip_side_right.png);
    font-size: 12px;
    height: auto;
    width: 215px;
    padding: 10px 10px 10px 25px;
    color: #fff;
}

.tooltip a {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#userlinks input[type=text], #userlinks input[type=password] {
    color: #2c6468;
    border: 1px solid #dbdbdb;
    background: url('../web_files/background_top_login_form.png') repeat-x bottom center;
    height: 16px;
    width: 200px;
    padding: 2px;
    font-size: 12px;
    margin: 0;
}
.defaultTextActive {
	color: #FFFFFF !important;
}

#userlinks input[type=text]:focus, #userlinks input[type=password]:focus {
    color: #333;
    background-position: top center;
    border: 1px solid #d9d9d9;
}

/*======================*/
/*===== FORUM START ====*/
/*======================*/

#home div.outer {
    background-color: #97B9E4;
    padding: 0 15px 15px 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#home div.title {
    color: #FFFFFF;
    font-size: 15pt;
    line-height: 28pt;
    padding-left: 20px;
}

#home div.title a {
    color: #000099;
}

#home table th {
    color: #FFFFFF;
    font-size: 12pt;
    text-align: center;
    border: none;
    height: 35px;
    background: #f98918 url(../oc-assetts/separator.png) left repeat-y;
    border: none;
}

#home table tbody {
    background-color: #d3e3ef;
    text-align: left;
}

#home table td {
    color: #344a58;
    font-size: 11pt;
    padding: 10px;
    background: url(../oc-assetts/separator.png) left repeat-y, url(../oc-assetts/separator-x.png) bottom repeat-x;
    min-width: 80px;
}

#home table td ul li, #home table td ol li {
    margin-left: 25px;
}

#home table td a {
    color: #000099;
}

#home table td span a {
    color: #344a58;
    line-height: 18px;
}

#home table td .thread-delete {
    float: left;
    padding-top: 8px;
    font-size: 10pt;
}

#home table td .thread-delete a {
    color: #EC6604;
}

#home table td .data {
    padding-top: 8px;
    float: right;
    font-size: 8pt;
}

#home table td .data a {
    padding-top: 8px;
    text-align: right;
    color: #ec6604;
}

#home span.last_post, #home span.last_post a {
    color: #768894;
}

#home span.last_post a:hover {
    color: #344A58;
    text-decoration: none;
}

#home table td.thumbnails {
    width: 10%;
}

#home table td.cat_name {
    width: 30%;
}

#home table td.cat_num_posts {
    width: 5%;
    text-align: center;
    font-size: 14pt
}

#home table td.cat_num_threads {
    width: 5%;
    text-align: center;
    font-size: 14pt
}

#home button a {
    display: block;
}

/* Tables still need 'cellspacing="0"' in the markup. */
#home table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

/* float:none prevents the span-x classes from breaking table-cell display */
#home caption, #home th, #home td {
    text-align: left;
    font-weight: normal;
    float: none !important;
}

#home table, #home th, #home td {
    vertical-align: middle;
}

/*====================*/
/*===== FORUM END ====*/
/*====================*/

a#innoc {
    color: #f98918;
    font-size: 16px;
    background: #FFFFFF;
    display: block;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
}

a#innoc:hover {
    background: #F3F3F3;
    text-decoration: none;
    color: #006;
}

.homepage_box {
    background: url(../web_files/bg_homepage_box.jpg) 0 0 no-repeat;
    width: 305px;
    height: 264px;
    float: left;
}

.homepage_box_title {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #FFF;
    margin-left: 18px;
}

.homepage_box_image {
    padding-left: 6px;
}

.homepage_box_text {
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
    color: #414141;
    height: 75px;
    margin-top: 15px;
}

.homepage_box_link {
    text-align: right;
    padding-top: 5px;
    padding-right: 30px;
}

.customers_and_partners {
    padding-bottom: 26px;
    text-align: center;
}

.customers_and_partners a {
    display: inline-block;
    padding: 10px;
	vertical-align: middle
}

#index-center .box {
    width: 32%;
    margin-right: 2%;
    float: left;
    border-right: dotted #cacaca 2px;
    height: 77px;
}

#index-center .box img {
    width: 30px;
    padding-right: 15px;
    float: left;
}

#index-center .box span {
    float: left;
    width: 148px;
    padding-right: 15px;
    font-size: 12px;
}

.index-partners {
    margin-top: 10px;
    font-size: 11px;
    font-family: netto-ot-bold, Arial;
    color: #797979;
}

.full {
    width: 100%;
}

.half {
    width: 50%;
}

.left {
    float: left;
}

.login-left {
    float: left;
    width: 36%;
    border-right: 1px dotted #999999;
    padding-right: 2%;
    height: 311px;
    margin-bottom: 17px;
}

.form-group {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.form-group label {
    padding-bottom: 3px;
}

.submit_button {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 14px;
}
.greyRoundButton a, .greyRoundButton a:visited, .greyRoundButton a:link{
    color: #306c70 !important;
}
.greyRoundButton {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #DADADA));
    background: -moz-linear-gradient(center top, #FFFFFF 0%, #DADADA 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px 19px 1px 19px;
    display: inline-block;
    font-family: netto, Arial, sans-serif;
    font-weight: bold;
    font-size: 17px;
    color: #306c70 !important;
    line-height: 30px;
}

.greyRoundButton:hover {
    -webkit-box-shadow: 0px 0px 0px 1px #D5D5D5 inset, 1px 1px 4px 0px #bababa;
    -moz-box-shadow: 0px 0px 0px 1px #D5D5D5 inset, 1px 1px 4px 0px #bababa;
}

.greyRoundButton:active {
    background: #e6e6e6;
    -webkit-box-shadow: 0px 1px 5px 0px #808080 inset;
    -moz-box-shadow: 0px 1px 5px 0px #808080 inset;
    box-shadow: 0px 1px 5px 0px #808080 inset;
}

.quarter {
    width: 25%;
    padding-right: 5%;
}

.three-quarter {
    width: 70%;
}

.register-page input[type=text], .register-page input[type=password], .register-page select {
    color: #333;
    width: 244px;
    padding: 0;
    font-size: 13px;
    margin-right: 0px;
}

.register-page input[type=text]:focus, .register-page input[type=password]:focus, .register-page textarea:focus, .register-page select:focus {
    background-color: #fafebd;
    outline: none;
}

.register-page label {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #414141;
}

.register-page label small {
    font-weight: normal;
}

.red {
    color: #df3c36;
}

.register-page p {
    font-size: 13px;
    width: 83%;
}

.register-page .dotted-border {
    border-bottom: 1px dotted #666666;
    width: 58%;
}

.row {
    width: 100%;
    float: left;
    padding: 2px 0;
}

.one-third {
    width: 32.3%;
    padding-left: 1%;
}
