@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	outline: none; }
	
ul { list-style: none; }


a img { border: none; }


#page-wrapper{
	min-height:100%;
	margin: 0 auto 0;
}
.page-wrapper{
	min-height:100%;
	margin: 0 auto;
}
	
.login_body { /*background: transparent url('../images/background_repeat.jpg') left top repeat-x;*/ }
.login_center { margin-bottom:25px; }

	
.login_screen {
	width: 601px;
	margin: 15px auto 0px auto; }

.pay_screen {
	width:80%;
	margin: 0 auto 0px auto; 
        padding: 15px 0 0 0;
}

.register-screen {
	width:40%;
	margin: 15px auto 0px auto; 
        min-width:520px;
}

.upload_screen{
	width:85%;
	margin: 15px auto 0px auto; 
}
#upload-form{
	width:350px;
	margin:0 auto;
	overflow:hidden;
}

.upload-header{
	width:350px;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:30px;
}



.social_top {
	margin:25px auto 0 auto;
	width: 411px;
}
.social_top p{
	margin:10px 0 0 0;
	color:#09c;
	text-align:center;
}
.social_top h1{
	text-align:center;
	color:#666;
}
	
.login_box {
	background: transparent url('../images/login_box.jpg') left top no-repeat;
	width: 561px;
	height: 411px;
	padding: 20px;
	overflow: hidden; }

.payment_box,.register-box {
	box-shadow:0 0 1em hsla(0, 0%, 0%, 1.0);
	-webkit-box-shadow:0 0 1em hsla(0, 0%, 0%, 1.0);
	-moz-box-shadow:0 0 1em hsla(0, 0%, 0%, 1.0);
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	min-height: 411px;
	padding: 20px;
	overflow: hidden; 
	margin:30px 0;
}
.register-box{
	min-height:250px;
}
.register-screen h1{
	font-size:28px;
	color:#000;
	text-align:center;
	margin:5px 0 0 0;	

}

.pay_screen h1{
	font-size:28px;
	color:#000;
	margin:5px 0 0 0;
}

.register-screen h3{
	font-size:20px;
	color:#666;
	text-align:center;
	margin:15px auto 10px auto;
	
}
.pay_screen h3{
	font-size:20px;
	color:#666;
	text-align:left;
	margin:5px 0 0 0;
}


.register-screen h4{
	font-size:16px;
	text-align:center;
	margin:5px 0px;
}

.pay_screen h4{
	font-size:16px;
	text-align:left;
	margin:3px 0px;	
}

.plan_outer_box{
	overflow:hidden;
	margin:10px 0 25px 0;
	width:800px;
}

.plan_outer_box .plan_box{
	float:left;
	width:200px;
	padding:25px 30px;
	border:1px solid #666;
	background-color:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:15px 0 0 0;
	box-shadow:0 0 5px hsla(0, 0%, 0%, 1.0);
	-webkit-box-shadow:0 0 5px hsla(0, 0%, 0%, 1.0);
	-moz-box-shadow:0 0 5px hsla(0, 0%, 0%, 1.0);
	overflow:hidden;
}

.plan_outer_box .plan_box h2{
	font-size:24px;
	text-align:left;
	margin:0 0 0 0;
	color:#000;
}

.plan_outer_box .plan_box h5{
	font-size:18px;
	text-align:left;
	margin:5px 0 0 0;
	color: #b40000;
}

.plan_outer_box .plan_box ul{
	margin:5px 0 0 7px;
	overflow:hidden;
	list-style-type:disc;
	list-style-position: inside;
	list-style-image: none;
}
.plan_outer_box .plan_box .choose_plan_button{
        display:inline-block;
	padding:4px 6px;
	font-weight:bold;
	margin:15px 0 0 0;
	border: 1px solid #222;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:16px;
	text-align:center;
	box-shadow: 0 0 1px hsla(0, 0%, 0%, 1.0);
	-webkit-box-shadow: 0 0 1px hsla(0, 0%, 0%, 1.0);
	-moz-box-shadow: 0 0 1px hsla(0, 0%, 0%,1.0);
}

.plan_outer_box .plan_box ul li{
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin-bottom:5px;
	display: list-item;
	white-space: nowrap;
	overflow: hidden;

}

.plan_outer_box .smb_plan{
	margin:0;
	border:3px solid #333;
}

.plan_outer_box .smb_plan h2{
	font-size:25px;
	text-align:left;
	margin:0 0 0 0;
	color:#000;
}

.plan_outer_box .smb_plan h5{
	font-size:22px;
}
.plan_outer_box .smb_plan .choose_plan_button{
	height:37px;
	margin-bottom:5px;
	font-size:20px;
}
#payment-form{
	margin:25px 0 0 0;
	overflow:hidden;

}

#payment-form #payment_options{
	margin:15px auto 0 auto;
}

.plan-div{
	padding:0px;
}
.pay_screen .payment_box input[type="text"],.pay_screen .payment_box input[type="password"],.register-screen .payment_box input[type="text"],.register-screen .payment_box input[type="password"]{
	background-color:#fefefe;
	border:1px solid #444;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:4px 2px 4px 0px;
}
.create_account{
	margin:25px auto 0 auto;
	padding:20px 10px;
	overflow:hidden;
	border:3px solid #666;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow: 0 0 10px hsla(0, 0%, 0%, 1.0);
	-webkit-box-shadow: 0 0 10px hsla(0, 0%, 0%, 1.0);
	-moz-box-shadow: 0 0 10px hsla(0, 0%, 0%,1.0);	
	background-color:#fff;
}
.box {
	box-shadow:0 0 1em hsla(0, 0%, 0%, 1.0);
	-webkit-box-shadow:0 0 1em hsla(0, 0%, 0%, 1.0);
	-moz-box-shadow:0 0 1em hsla(0, 0%, 0%, 1.0);
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	width: 561px;
	min-height: 411px;
	padding: 0 0 5px 0;
	overflow: hidden; 
	margin:30px 0 30px 20px;
}

#submit-quickbooks-csv{
	float: left;
	background-color:#b40000;
	padding:4px 6px;
	font-weight:bold;
	margin:15px 0;
	border: none;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:16px;
	text-align:center;
	height:33px;
	box-shadow: 0 0 1px hsla(0, 0%, 0%, 1.0);
	-webkit-box-shadow: 0 0 1px hsla(0, 0%, 0%, 1.0);
	-moz-box-shadow: 0 0 1px hsla(0, 0%, 0%,1.0);
}



.pay_screen .logo{
	display:block;
	margin:25px auto 15px auto;
	width:258px;
	overflow:hidden;
}

.box .logo_login {
	display: block;
	margin: 10px 0px 0px 200px; 
        background-size:216px;
        background-repeat:no-repeat;
        background-position:bottom left;
        width:216px;
        height:110px;
}

.box .logo_login div{
    
}    
.logo_register{
	float:right;}

.logo h1{
	color:#666;
	font-size:18px;
	margin: 9px 8px;
	font-weight:bold;
	float:right;
	width:117px;
}
	
.loginline {
        overflow:hidden;
	clear: both; }
	
.login_form {
	clear: both;
	padding: 20px 0px 0px 75px;  }
.register_form {
	clear: both;
	padding: 20px;
	margin:0 auto;
	width:400px;
}
	
.loginline {
	clear: both;
	margin: 0px 0px 7px 0px; }
	
.loginline label {
	float: left;
	width: 115px;
	text-align: right;
	font-size: 13px;
	color: #000;
	margin: 8px 10px 0px 0px; }


.register_form .loginline{
    width: 100%;
    overflow:auto;
}

.register_form .loginline label{
    display:block;
    float:none;
    width:100%;
    font-size:12px;
    margin:0;
    margin-bottom:2px;
    text-align:left;
    line-height: 14px;
}

.register_form .loginline input{
    display:block;
    width:394px;
    height:32px;
    border:1px solid #aaa;
    padding: 0 2px;
}

.register_form .loginline .create_button{
    width:400px;
}

.rememberline {
	clear: both;
	height: 35px;
	margin: 0px 0px 7px 0px; }

.rememberline input[type="checkbox"] {
	float:left;
	margin:8px 5px 0px 125px;

}
.rememberline p{
	text-align: right;
	font-size: 13px;
	color: #000;
	padding: 8px 10px 0px 0px;
	float:left;
}
	
.input_holder {
	width: 206px;
	height: 27px;
	float: left;
	padding: 8px 0px 0px 10px; }
	
.input_holder input {
	float: left;
	font-weight: bold;
	background: transparent;
	border: none;
	color: #000;
	font-size: 13px;
	width: 195px;
}
	
.with_option {
	display: block;
	clear: both;
	margin: 0px 0px 0px 125px; }
	
.with_option input {
	float: left;
	width: 13px;
	height: 13px; }
	
.with_option span {
	float: left;
	font-size: 11px;
	color: #8d9c83;
	padding: 0px 0px 0px 5px; }
	
#cancel_reset{
    height: 33px;
    font-size: 11px;
    cursor:pointer;
    font-weight:bold;
    margin:0;
    display:inline-block;
    margin:20px 0px 0px 5px;
}

.login_form .login_button {
    width: 93px;
    height: 33px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    float: left;
    font-weight:bold;
    margin:20px 0px 0px 125px;
    cursor:pointer;
}

.reset_password_form #reset_button {
    width: 99px;
    height: 33px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    float: left;
    font-weight:bold;
    margin:20px 0px 0px 125px;
    cursor:pointer;
    letter-spacing: 0;
}

.submit-button {
	background: #b40000;
	width: 125px;
	height: 33px;
	border:1px solid #444;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	text-shadow: 1px 1px 0px red;
	float: right;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.submit-button:hover{
	opacity:.7;	
}

.create_button {
        border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

a.cancel{
	float:left;
	height:14px;
	text-decoration:underline;
	color:#999;
	padding: 33px 0 0 15px;
	font-size:14px;
}
a.cancel:hover{
	color:#000;
}

.deny_button {
	background: transparent url('../images/deny_button.png') left top no-repeat;
	width: 93px;
	height: 33px;
	float: left;
	border: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	margin: 20px 0px 0px 25px;
	text-shadow: 1px 1px 0px #888; }
	
.login_button:hover {
	color:#ddd;

}

.deny_button:hover {
	background-position: left -33px; }
	
.reglinks {

	padding: 10px 0px 0px 30px;
	color: #0099cc;
	font-size: 12px;
	font-weight: bold; 

}
#forget_password{
	padding: 20px 0px 0px 75px;	
}
.reglinks a { color: #0099cc;

}
.reglinks a:hover { color: #40c8f5; }

.invitation_panel {
	box-shadow:0 0 1em hsla(0, 0%, 0%, 1.0);
	-webkit-box-shadow:0 0 1em hsla(0, 0%, 0%, 1.0);
	-moz-box-shadow:0 0 1em hsla(0, 0%, 0%, 1.0);
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	width: 471px;
	height: 70px;
	clear: both;
	margin: 0px 0px 0px 20px;
	padding: 25px 0px 0px 90px; }
	
.invitation_panel strong {
	float: left;
	/*color: #a5d561;*/
	color:#333;
	font-size: 16px;
	padding: 5px 35px 0px 0px; }
	
.invitation_panel a,.signup-now-button {
	/*background: transparent url('../images/request_button.jpg') left top no-repeat;*/

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 120px;
    height: 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fefefe;
    text-align: center;
    padding: 10px 0px 10px 0px;
    float: left;
    font-weight:bold;
}

.invitation_panel a:hover{
    color:#333;
}
.linkedin-button{
	background-color:#09c;
	background-image: url('../images/LinkedIn_button32.png');
	background-repeat:no-repeat;
  /*background: -webkit-gradient(radial, center center, 0, center center, 30, from(#09c), to(#66b2e6));
  

  background: -webkit-radial-gradient(center center, ellipse contain, #66b2e6,#09c);
  

  background: -moz-radial-gradient(center center, ellipse contain, #66b2e6, #09c);

  background: -ms-radial-gradient(center center, ellipse contain, #66b2e6, #09c);*/
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:3px solid #222;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	text-align:right;
}
.linkedin-image{
	width:80px;
	margin:10px auto;
	display:block;
}
.signup-now-button,.linkedin-button{
	margin: 50px auto;
	padding:0 10px;
	float:none;
	padding:0;
	height:38px;
	width:245px;
	font-weight:800;
	display:block;
	cursor:pointer;
}
	
.invitation_panel a:hover,.signup-now-button:hover,.linkedin-button:hover {
	color:#333;
}
	
.last_line {
    margin: 0 1px;
}

#forget_password h2{
	font-size:16pt;
	margin-left:125px;
	text-align:left;
	margin-bottom:15px;
}
.cancel_holder{
	float:left;
	margin-left:5px;
	margin-top:32px;
}
#message{
	color:#b50000;
	margin-bottom:15px;
	margin-left:0;
	text-align:center;
}
#error-message{
	color:#b50000;
	clear:both;
	font-size:11px;
}

#warning_div{
	clear:both;
	text-align:center;

}

.red-box{
	padding: 5px;
	margin: 15px 25px;
	border: 3px solid #b40000;
	background-color:#bd5050;
	color:#000;
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}

.red-box h2,.red-box p{
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	padding-top:10px;
}

.login_box a:hover{
	color:#000;
	text-decoration:underline;
}


/******* Popup Styles *****************/



.cancel_link,.cancel {
	float: right;
	font-size: 13px;
	color: #0099cc;
	margin: 8px 20px 0px 0px; 
	text-decoration: underline; 
}
	
a:hover.cancel_link,a:hover.cancel {
	color: #26b8e9;
	text-decoration: none; 
}


.scrollable{
	overflow:scroll;
	position:relative;
	height:300px;
	margin:10px 20px;
	clear:both;
	background-color:#fff;

}

.scrollable p{
	margin:10px 5px;
	font-size:11px;
}

.scrollable h1{
	margin:15px 5px;
	font-size:16px;
	font-weight:bold;
}

#footer_push{
	height: 0; /* .push must be the same height as .footer */
}
#sticky_footer{
	height: 35px; /* .push must be the same height as .footer */
	background-color:#000;
	clear:both;
}

.warning-button-holder{
	margin:30px auto;
	width:238px;
	overflow:hidden;
	position:relative;
}

.cancel-downgrade{
	width:114px;
	height:31px;
	border-radius:10px;
	-moz-border-radius:10px;
	float:left;
	margin-left:10px;
	background: transparent url("../images/remove_executive.jpg") no-repeat;
	-webkit-box-align: center;
	text-align: center;
	box-sizing: border-box;
	color:#fff;
	font-weight:700;
	border: none;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	font-size: 13px;
	-webkit-appearance: none;
	white-space:pre;
	padding-top:9px;
	font-size:normal;
	font-variant:normal;
}

.submit-after-warning{
	width:114px;
	height:31px;
	border-radius:10px;
	-moz-border-radius:10px;
	float:left;
	background: transparent url("../images/add_executive.jpg") no-repeat;
	color:#fff;
	font-weight:700;
	border: none;
	cursor:pointer;
}

.warning-text{
	text-align:center;
	color:#000;
	font-size:16px;
	margin-top:30px;
}

.upload-result{
	border:3px solid #666;
	background-color:rgba(211,231,195,.5);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:0 auto 15px auto;
	width:80%;
	padding:5px 10px;
	box-shadow:0 0 5px hsla(0, 0%, 0%, 1.0);
	-webkit-box-shadow:0 0 5px hsla(0, 0%, 0%, 1.0);
	-moz-box-shadow:0 0 5px hsla(0, 0%, 0%, 1.0);
	overflow:hidden;
}

.action-result{
	border:3px solid #666;
	background-color:rgba(180,0,0,.2);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:0 auto 15px auto;
	width:80%;
	padding:5px 10px;
	box-shadow:0 0 5px hsla(0, 0%, 0%, 1.0);
	-webkit-box-shadow:0 0 5px hsla(0, 0%, 0%, 1.0);
	-moz-box-shadow:0 0 5px hsla(0, 0%, 0%, 1.0);
	overflow:hidden;
}
.no-data-result{
	border:3px solid #666;
	background-color:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:0 auto 15px auto;
	width:80%;
	padding:5px 10px;
	box-shadow:0 0 5px hsla(0, 0%, 0%, 1.0);
	-webkit-box-shadow:0 0 5px hsla(0, 0%, 0%, 1.0);
	-moz-box-shadow:0 0 5px hsla(0, 0%, 0%, 1.0);
	overflow:hidden;
}
div.needs-action{
	float:right;
	width:25%;
	padding-top:40px;
}
div.action-data{
	float:left;
	width:74%;
}
.action-result div.needs-action h5{
	color:#000;
	font-size:18px;
	font-weight:bold;
}
.action-result div.needs-action p{
	color:#666;
	font-size:15px;
	font-weight:bold;
}

.upload-result p{
	color:#888;
	font-size:13px;
	margin-top:7px;
}
.upload-result .needs-action{
	float:right;
	width:25%;
}

.action-result p{
	color:#888;
	font-size:13px;
	margin-top:7px;
}

.upload-results-div h1{
	text-align:center;
	margin-bottom:20px;

}
a.return-home{
	float:left;
	font-size:14px;
	color:#blue;
	text-decoration:underline;
	margin:0 0 0 5px;
}
a.return-home:hover{
	color:#000;
}

div.return-link-div{
	float:right;
	clear:both;
}
a.return-link{
	font-size:14px;
	color:#blue;
	text-decoration:underline;
	float:left;
	margin-left:15px;
}

.upload-results-div ul{
	clear:both;
}

.action-add-company-button{
	background-color:rgba(211,231,195,.8);
	border:1px solid #4DA048;
	width: 180px;
	height: 33px;
	padding: 6px 3px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	cursor: pointer;
	border-radius:10px;	
	-moz-border-radius:10px;	
	-webkit-border-radius:10px;	
	box-shadow:0 0 2px hsla(0, 0%, 0%, 1.0);
	-webkit-box-shadow:0 0 2px hsla(0, 0%, 0%, 1.0);
	-moz-box-shadow:0 0 2px hsla(0, 0%, 0%, 1.0);
}

a.return_to_login{
	background-color:#66B2E6;
	border: 1px solid #222;
	cursor: pointer;
	float:right;
	color: #fff;
	font-size:13px;
	font-weight: 800;
	letter-spacing: 1px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	clear:both;
	margin:15px 100px 15px 0;
	text-align:center;
	padding:10px 8px;
	text-decoration:none;
}
.saved-card{
	clear: both;
	overflow:hidden;
	margin: 20px 0;
}

.saved-card p{
	margin:7px 0 0 30%;
	font-size:15px;
	color:#222;
}
.saved-card a{
	font-size:11px;
	color:blue;
	text-decoration:underline;
	clear:left;
	float:left;
	margin:7px 0 0 30%;
}
.saved-card a:hover{
	color:#000;
}

.add_all{
	clear:both;
	float:right;
}
.add_all .add_all_button{
	background-color:blue;
	border:1px solid #444;
	height: 33px;
	padding: 6px 3px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	border-radius:10px;	
	-moz-border-radius:10px;	
	-webkit-border-radius:10px;	
	box-shadow:0 0 2px hsla(0, 0%, 0%, 1.0);
	-webkit-box-shadow:0 0 2px hsla(0, 0%, 0%, 1.0);
	-moz-box-shadow:0 0 2px hsla(0, 0%, 0%, 1.0);
	margin:10px 0;
}

.card-images{
	margin:10px auto 5px auto;
}
.card-images img{
	margin-right:10px;
}

.padlock-image{
	position:relative;
	top:15px;
	left:0;
	float:right;
}

#payment_options .padlock-image{
	position:relative;
	top:0;
	left:0;
	float:right;
}



.long-box{
	padding: 15px 30px;
	border: 1px solid #666;
	background-color: white;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 15px 0 0 0;
	box-shadow: 0 0 5px hsla(0, 0%, 0%, 1.0);
	-webkit-box-shadow: 0 0 5px hsla(0, 0%, 0%, 1.0);
}
.order-summary{
	margin-bottom:15px;
}
.long-box a {
	cursor:pointer;
	width:115px;
	margin-right:15px;
	border:1px solid #444;
	height:13px;
	font-size: 13px;
	font-weight: 900;
	color:#fff;
	padding:3px 4px;
	text-align: center;
	border-radius:3px;
	-moz-border-radius:3px;
	-moz-border-radius:3px;
}
.long-box a.hover {
	opacity: .7;
}
.long-box ul{
	margin: 5px 0 0 7px;
	overflow: hidden;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
}
.long-box ul li{
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	display: list-item;
	white-space: nowrap;
	overflow: hidden;	
		
}

.long-box ul.line-items{
	list-style: none;
	margin: 7px 0 0 0;
}

.long-box ul.line-items li .item-name{
	font-size: 14px;
	color:#222;
	font-weight:600;
	font-style: italic;
}
.long-box ul.line-items li .amount-holder{
	font-size: 15px;
	color:#222;
	font-weight:700;
	float:right;
        padding-right: 2px;
}
.long-box ul.month-total li .amount-holder{
	font-size: 22px;
	font-weight:900;
}


.g-recaptcha div{
    margin:auto;
}
/********************* Embedded create account form *****************


.create-account{
    margin: 15px auto;
    overflow: hidden;
    padding: 20px 5px;
}
.create-account .register-form{
    clear: both;
    margin: 0 auto;
    padding: 0;
}
.create-account .register-form form{
    padding:0;
}
.create-account .register-form .loginline{
    clear: both;
    height: 35px;
    margin: 0 0 7px;
}
.create-account .register-form .loginline label {
    color: #333;
    display:inline-block;
    font-size: 13px;
    margin: 0 10px 0 0;
    text-align: right;
    width:30%;
}
.create-account .register-form input[type="text"],.create-account .register-form input[type="password"] {
    background-color: #fefefe;
    border: 1px solid #444;
    border-radius: 4px 4px 4px 4px;
    padding: 4px 2px 4px 0;
    display:inline;
    vertical-align:top;
    width:60%;
}
.create-account .last-line {
    float: left;
    height: 39px;
    width: 100%;
}
.create-account small{
    float:right;
    font-size:10px;
    color:#444;
}
.create-account .create-button {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #333;
    border-radius: 10px 10px 10px 10px;
    color: white;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    margin: 0 10px 0 0;
    width: 115px;
}
.create-account .create-button:hover {
    border: 3px solid #888;
    opacity:.8;
}

******/