html {
    color: #000;
    background: #fafafa;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
/**html datalist{border:1px solid #333;}
datalist#email-options{border:1px solid #333;} **/
fieldset,img {
    border: 0
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal
}
ol,ul {
    list-style: none
}

caption,th {
    text-align: left
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal
}
q:before,q:after {
    content: ''
}
abbr,acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}
input,textarea,select {
    font-size: inherit;
    font-weight: normal;
    outline: none;
}
input,textarea,select {
    *font-size: 100%
}
.loading {
    display: none;
    position: relative;
    top: 6px;
    right: -9px;
    width: 34px;
    height: 25px;
    background: url('../../images/signup-loading.gif') no-repeat 0px 0px;
    /*float: left;*/
}
legend {
    color: #000
}
label.clipped {
    position: absolute;
    top: 0px; 
    *top: 1px;
    *border-bottom: none !important;
    left: 0px; 
    color: #777;
}
label.clipped.focus {
    color: #9F9F9F;
}
.clear:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
  .clear{
      clear: both;    
/*    overflow: hidden;*/
}
* html .clear             { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */
h1 {
    font-size: 2em;
    font-weight: 200
}
.tos {
    font-size: .8em
}
.validation-message {
    color: #cc4a4a
}
.validation-message,.zd-password-strength {
    margin: 8px 0 0 3px;
    font-size: .8em;
}
#password-length,#password-contain-mixed-case,#password-contain-numbers-special,#password-contain-special-char {
    width: 100%;
}
.addclas {
    border: 1px solid #f3a28e !important;
    border-top: 1px solid #eee !important;
}
a {
    color: #324fe1;
    text-decoration: none
}
.signupbtn{position: relative;
background: #F04B2F;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
float: left;
z-index: 999;
margin: 18px 0 0;
padding: 0px 35px;
font-size: 18px;
cursor: pointer;
color: #fff;
border: 1px solid transparent;
-webkit-appearance: none;
-webkit-font-smoothing: antialiased;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);line-height: 36px;}
.signupbtn:hover{
    background-color: #E9452A;
}
.signupbtn:focus{
  outline: none;
            box-shadow: 0px 0px 0px 1px #FFF,0px 0px 0px 2px #D65C5C;
            box-shadow: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#fff');
}
.lt-ie7 .icon-small {
    background: none
}
.icon-small {
display: inline-block;
background: url("../../images/sprites-small.png") no-repeat;
width: 21px;
height: 10px;
padding-left: 8px;
padding-right: 3px;
background-position: 4px 0px;
-webkit-transition: opacity 2s ease-in;
-moz-transition: opacity 2s ease-in;
-ms-transition: opacity 2s ease-in;
-o-transition: opacity 2s ease-in;
transition: opacity 2s ease-in;
}
.icon-medium {
    background: url('../../images/signup-sprite.png') no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin: 4px 5px 0 0;
}
.uncheckedpass {
    background-position: -278px -3px;
    margin: 10px 5px 0 5px;
}
.checkedpass {
    background-position: -258px -3px;
    margin: 10px 5px 0 5px;
}
#signup-newsletter.unchecked {
    background-position: -55px -78px;
    width: 18px;
}
#signup-newsletter.unchecked.focus {
    background-position: -21px -78px;
    width: 18px;
}
#signup-newsletter.checked {
    background-position: -38px -78px;
    width: 18px;
}
#signup-newsletter.checked.focus {
    background-position: -4px -78px;
    width: 18px;
}
#terms.unchecked {
    background-position: -55px -78px;
    width: 18px;
}
#terms.unchecked.focus {
    background-position: -21px -78px;
    width: 18px;
}
#terms.checked {
    background-position: -38px -78px;
    width: 18px;
}
#terms.checked.focus {
    background-position: -4px -78px;
    width: 18px;
}
.news-signup input {
    position: absolute;
    top: 0px;
    left: -2000px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);  
}
.news-signup {
    /*float: left;*/
    position: relative;
    color: #999;
    font-size: 1.0em;
    line-height: 1.7em;
    height: 1.6em;
    display: block;
    margin-top: 1px;
    cursor: pointer;
}
.news-signup span {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
    color: #666;
    font-size: 13px;
}
.news-signup span a{
    position: relative;
}
.row {
    position: relative;
    zoom: 1
}
.center {
    text-align: center
}
.input-row {
    margin-bottom: 1.3em;
}
p.tos {margin: 20px 0 0 0;
text-align: left;
line-height: 16px;}
.mp-row {
    margin-top: 3.6em
}
.zd-password-strength{display:none; position: relative; margin: 0px 0 0 0; z-index: 999;  height: 82px;width: 100%;}
.zd-password-strength ul li{color:#888;width: 48%;}
/*.password-strength {
    display: none;
    position: relative;
    margin: 0px 0 0 0;
    z-index: 999;*/
    /*height: 82px;*/
    /*width: 100%;
}
.password-strength ul li {
    color: #888;
    width: 48%;
}*/
.column {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    height: 100%
}
.modern * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    height: 100%;
    background: #F2F2F2 url('../../images/ui-zgrey-pattern.png') repeat;
}
body {
    position: relative;
    min-height: 710px;
    direction: ltr;
    font: 300 15px sans-serif;
    color: #343d47;
    height: 100%;
    font-family: sans-serif;
}
.container {
    min-height: 96%;
}

.main {
    min-height: 100%;
    margin: .5em auto;
    width: 36.6em
}
.input-container {
    margin-top: 2em;
}
input[type='text'], input[type='password'], .clipped {
    position: relative;
    width: 100%;
    height: 40px;
    *height: auto;
    font-size: 1.0em;
    line-height: 1.2em;
    padding: .65556em;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #fff;
}
input[type='text'], input[type='password'], select, .pl {
    color: #333;
    border: 1px solid #D5D5D5;
    background: transparent;
}
input[type='text']:focus, input[type='password']:focus, input.inputFocus {
    -webkit-transition: border 100ms;
    -moz-transition: border 100ms;
    -ms-transition: border 100ms;
    transition: border 100ms;
    border: 1px solid #bcbcbc;
}
input[type='text'].hidePlaceHole, input[type='password'].hidePlaceHole {
    background: #FFF;
}
#password {
    padding: .65556em 5.499em .65556em .65556em;
}
input[type='text']:focus, input[type='password']:focus, select:focus,.pl:focus {
    outline: none;
}
.pl {
    position: absolute;
    border: 1px solid transparent;
    color: #4d4d4d
}
select {
    margin: 0;
    height: 2.44444em;
    vertical-align: bottom
}
.lt-ie7 #yourname,.lt-ie7 #email,.lt-ie7 #password,.lt-ie7 #txt-password {
    padding-right: 0.65em
}
.show-password {
    color: #777;
    font-size: 1em;
    position: absolute;
    top: 1px;
    right: 0px;
    line-height: 2.7em;
    height: 2.5em;
    display: block;
    z-index: 999;
    width: 80px;
    cursor: pointer;
}
.news-signup, .show-password, .show-password label {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
    /*IE*/
    ;}
.error+label::before {
    border: 8px solid #e73d3d
}
.error+label {
    border: none !important;
    color: #FF8C96;
    line-height: 200%;
    font-weight: normal !important;
}
#nameerror,#emailerror, #nameerror1{
    color: #DB6055;
    padding: 3px 0 3px 5px;
    font-weight: normal !important;
    font-size: 13px;
}
#termerror {
    color: #DB6055;
    padding: 3px 0 3px 3px;
    font-weight: normal !important;
    font-size: 13px;
}
#passerror,#companyerror,#phoneerror {
    color: #DB6055;
    padding: 3px 0 3px 5px;
    font-weight: normal !important;
    font-size: 13px;
}
.zd-field-error {
    border: 1px solid #f3a28e!important;
}
input[type='text']::-ms-clear {
    display: none
}
.header {
    background: #fff;
    box-shadow: 1px 1px 1px #ccc;
}
.uhd {
    width: 36.6em;
    margin: 0 auto;
}
.uhd .login {
    float: right;
    line-height: 46px;
}
.uhd .login a {
    background: #f5f5f5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff');
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fff));
    background: -moz-linear-gradient(top, #f9f9f9, #fff);
    line-height: 25px;
    text-align: center;
    width: 55px;
    border: 1px solid #ddd;
    padding: 0px 5px;
    color: #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 5px;
    margin-top: 2px;
    display: inline-block;
}
.uhd .login a:hover {
    background: #f9f9f9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9');
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9f9f9));
    background: -moz-linear-gradient(top, #fff, #f9f9f9);
}
.uhd h1 a {
    display: block;
    margin: 7px 0 3px;
}
#yuhead-hd {
    padding: 0;
}
#yucs-logo {
    margin-left: 0 !important;
}
.flleft {
    float: left;
}
.flright {
    float: right;
}
.country-lang-column {
    width: 100%;
}
span.customSelect {
    font-size: 12px;
    color: #888;
    background: transparent;
    border: 1px solid transparent;
    padding: 8px 12px;
    margin:0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: auto;    
    margin: 0;
    -webkit-transition: background-color 0.05s;
    -moz-transition: background-color 0.05s;
    -o-transition: background-color 0.05s;
    transition: background-color 0.05s;
    -webkit-transition: border 0.05s;
    -moz-transition: border 0.05s;
    -o-transition: border 0.05s;
    transition: border 0.05s;
    -webkit-transition: color 0.05s;
    -moz-transition: color 0.05s;
    -o-transition: color 0.05s;
    transition: color 0.05s;
    
}
span.customSelect:hover{
    color: #666;
    background: #fff;
    border: 1px solid #D5D5D5;
}
span.customSelect:hover .ddown{
    border-top: 5px solid #333;
}
span.styled1 {
    background: transparent;
    float: right;
}
select.styled1 {    
    font-size: 12px;
    color: #333;
    background: #fff;
    line-height: 33px;
    /*border: 1px solid transparent;*/
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    /*padding: 8px 12px;*/   
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;    
    float: right;
    right: 0;
    cursor: pointer;    
    border:none;
    outline:none;        
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";    
    filter: alpha(opacity=0); 
    -khtml-opacity: 0; 
    -moz-opacity: 0;        
    opacity: 0;        
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    zoom:1;    
}
.customSelectInner {
    width: auto !important;
}
span.styled1 .ddown {
    border-top-color: #ABA194;
    border-width: 5px 5px 0;
    /*position: relative;*/
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #999;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0 0 1px 4px;
    /*top: -1px;*/
}
.customSelectFocus {
    border: 0px;
    background:transparent;
}
.notifyjs-bootstrap-base {
    background-color: transparent!important;
    border: none !important;
    color: #FF8C96 !important;
    font-weight: normal !important;
    padding: 8px 5px 0px 0px !important;
}

.main h2 {
    margin: 40px 0 15px 0;
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    color: #555;
    clear:both;
}
.main h3 {
    margin: 10px auto;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: #969696;
    line-height: 135%;
    width: 90%;
}
.main h3 b {
    font-weight: bold;
}
.main h3 i {
    font-style: normal;
    color: #333;
}
.effectss {
    margin: 5px 2px 4px 2px;
    width: auto;
    float: left;
}
.effectss2 {
    margin: 2px 0;
    width: 50%;
    float: left;
}
.effectss3 {
    margin: 2px 0;
    width: 50%;
    float: left;
}
.effectss4 {
    margin: 2px 0;
    width: 50%;
    float: left;
}
#password-length,#password-contain-mixed-case,#password-contain-numbers-special {
    width: 100%;
}
#password-length {
}
#password-contain-mixed-case {
    position: relative;
}
#password-contain-numbers-special {
}

::-moz-datalist {
    border: 1px solid #ddd;
}
:-ms-input-datalist {
    border: 1px solid #ddd;
}
::-webkit-datalist {
    border: 1px solid #ddd;
}

/** Verifey Email Page Css **/

#verify-email h2 {
    padding-top: 30px;
}
.verifey p {
    padding: 16px 35px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 1px 1px 1px #eee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 150%;
}
.verifey p b {
    font-weight: 500;
}
.verifey span {
    padding-bottom: 2px;
    display: inline-block;
    padding-right: 2px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #777;
}
.notes {
    padding: 20px 10px 10px;
    font-size: 14px;
}
.notes ul {
    margin-left: 22px;
}
.notes ul li {
    padding: 0 0 8px 0;
    margin: 0;
    list-style-type: square;
    line-height: 130%;
    font-size: 13px;
    color: #777;
}

/** Verifey Email Page Css **/

/** Css for Pass Strength Bar **/

.tempdiv {
    width: 549px;
}
#temp {
    padding: 3px 0 3px 5px;
    overflow: hidden;
}
.pwdbarspan {
    float: right;
    display: block;
}
.pstrength_childbar {
    width: 70px;
    height: 10px;
    margin-top: 0;
    margin-top: 3px;
    background-position: 0 0;
    background-image: none;
    background-repeat: no-repeat;
    float: right;
}
.pstrength_content {
    font-size: 12px;
    color: #666666;
    float: right;
    margin-top: 0px;
    width: auto;
}
.pstrength_content p {
    line-height: 120%;
    padding-bottom: 3px;
    /* margin-top: 2px; */
    display: block;
    overflow: hidden;
    clear: both;
}
.weak, .fair, .good, .strong {
    float: right;
    width: 70px;
    height: 16px;
    background: url('../../images/signup-sprite.png') no-repeat;
}
.pstrength_content .weak {
    background-position: -218px -22px;
}
.pstrength_content .good {
    background-position: -218px -41px;
}
.pstrength_content .fair {
    background-position: -218px -41px;
}
.pstrength_content .strong {
    background-position: -218px -60px;
}
.pstrength_content p.message {
    font-weight: 300;
    color: #777;
}
.pstrength_content p b {
    font-size: 12px;
    font-weight: 500;
}
.email_domain {
    cursor: pointer;
    color: #2281CF;
}
.email_domain1 {
    cursor: pointer;
    font-weight: bold;
    color: #2281CF;
}
.pstrength_text {
    padding-right: 8px;
    font-weight: 300;
    padding-top: 1px;
    display: inline-block;
}
.emailduplicatetext {
    color: rgb(210, 28, 43);
    font-size: 12PX;
}
.emailduplicatePrnt {
    float: right;
    margin: -30px 30px;
}
.emailduplicatetext a {
    color: #085DDC;
    font-size: 12px;
    text-decoration: underline;
}
#temp p.message {
    float: left;
    font-weight: 300;
    color: #666;
    padding: 0 0px 0 0px;
    font-size: 13px;
    line-height: 125%;
}
/** Css for Pass Strength Bar **/

/** Common Class Updates **/

.container a {
    color: #478ed8;
}
.container a:hover {
    color: #1075AD;
}
.disabled {
    color: #888 !important;
    background: #f5f5f5;
}
input::-ms-reveal {
    display: none;
}
input::-ms-clear {
    display:none;
}
input {
  -ms-filter: none;
  filter: none;
}
input[type="submit"]:focus, input[type="button"]:focus, a:focus, input:focus {
    outline : none;
}
a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}
/*.forpassword {
    float: right;
    padding: 10px 5px 0 0;
}*/
.signoutbtn {
    margin-top: 3px;
    font-size: 1.06667em;
    color: white !important;
    background: #F04B2F;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: .625em 1.25em;
    cursor: pointer;
    float: right;
    border: none;
    padding: 8px 18px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;    
    border: 1px solid transparent;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.signoutbtn:hover {
    background-color: #E9452A !important;
    border-color: rgba(0, 0, 0, 0.07) !important;
}

/** Common Class Updates **/


/** Footer Css **/

#mem_ft {
    border-top: 1px solid #CCCCCC;
    font-size: 10px;
    margin-top: auto;
    padding-top: 0.5em;
    text-align: center
}
#mem_ft p {
    margin: 0;
    padding: 0;
}

/** Footer Css **/

.ui-zerror-wrapper {
    position: relative;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0px 0px 7px #DDD;
    z-index: 4;
    overflow: hidden;
}
.lt-ie7 .ui-zerror-wrapper {
    height: 50px;
}
.ui-zerror-down-arrow {
    width: 0px;
    height: 0px;
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-top: 3px solid #000;
    margin-left: 3px;
    margin-top: 8px !important;
}
.ui-zerror-top-band {
    height: 26px;
margin: 10px 15px;}
.ui-zerror-top-band span {
    float: right;
    margin-top: 2px;
}
.ui-zerror-top-band span a {
    float: left;
    text-shadow: 0px 1px 0px #EEE;
    color: #5D5D5D;
}
.ui-zerror-logo {
    width: 174px;
    height: 24px;
    float: left;
    background: url('../../images/Docs-logo.png') no-repeat;
}
.ui-sign-already {
    float: right;
    margin: 4px 10px;
    font-size: 13px;
}
.ui-sign-already a {
    margin-left: 3px;
}

/** Css for Social Sign On **/

.ui-sign-also {
    border-top: 1px solid #D5D5D5;
    padding-top: 2em;
    margin: 2em 0px 0px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.ui-sign-also-icon {
    padding-top: 16px;
    text-align: center;
    cursor: default;
}
.ui-sign-also-icon .ui-social-gray {
    position: relative;
    opacity: 0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);  
}
.ui-sign-also-icon .ui-social-color {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);  
    clip: rect(24px, 24px, 24px, 0);
    -webkit-transition: clip 200ms ease-in;
    -moz-transition: clip 200ms ease-in;
    -ms-transition: clip 200ms ease-in;
    transition: clip 200ms ease-in;
}
.ui-social-gray, .ui-social-color {
    display: block;
    background: url('../../images/signup-sprite.png') no-repeat;
    width: 24px;
    height: 24px;
}
.ui-social-color.facebook {
    background-position: -1px -1px;
}
.ui-social-color.googleApps {
    background-position: -37px -1px;
}
.ui-social-color.google {
    background-position: -73px -1px;
}
.ui-social-color.linkedIn {
    background-position: -109px -1px;
}
.ui-social-color.twitter {
    background-position: -145px -1px;
}
.ui-social-color.yahoo {
    background-position: -181px -1px; 
}
.ui-social-gray.facebook {
    background-position: -1px -41px;
}
.ui-social-gray.googleApps {
    background-position: -37px -41px;
}
.ui-social-gray.google {
    background-position: -73px -41px;
}
.ui-social-gray.linkedIn {
    background-position: -109px -41px;
}
.ui-social-gray.twitter {
    background-position: -145px -41px;
}
.ui-social-gray.yahoo {
    background-position: -181px -41px; 
}

.ui-sign-also-icon a:hover .ui-social-color, .ui-sign-also-icon a:focus .ui-social-color {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);  
    clip: rect(0px, 24px, 24px, 0);
}
.ui-sign-also-icon a {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    margin: 2px 8px;
    cursor: pointer;
}
.gapptext .gapperror{
	margin-left: 35px;
}
.idpform{
width: 380px;
margin: 0 auto;
padding: 15px;
}
/** Css for Social Sign On **/

.ui-zerror-copyright {    
    clear: both;
    color: #888;
    font-size: 11px;
    font-weight: normal;
    position: relative;
    text-align: center;
    bottom: 12px;
    padding: 10px;
}
.ui-tooltip {
    display: none;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px 8px;
    background: #1A1A1A;
    color: #EEE;
    font-size: 12px;
}
.za-captcha {
    border: 1px solid #e9e6e6;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 70px;
    width: 200px;
}
.za-refresh-captcha {
    background: url("../../images/refresh.png") no-repeat scroll 10px 8px transparent;
    display: inline-block;
    height: 30px;
    width: 35px;
    cursor: pointer;
}

.server-error{margin:0 !important;}
.server-error .error{background: #F8EEA7;
border: 1px solid red;
-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
padding: .65556em;
 /*line-height: 1.2em;*/ 
font-size: 1.0em;
width: 100%;
height: 40px;
}
.za-email-suggestion{
padding: 0 5px 0 5px;
font-weight: normal !important;
font-size: 13px;
}
.gapptext{
background:#fff !important;
width:260px !important;
}
.za-password-container .field-msg {
display:none;
}
.openidbtn {
height: 40px;
padding: 0px;
width: 90px;
margin-top: 0px;
font-size: 13px;
float: right;
line-height: 26px;
border-radius: 0 2px 2px 0;
border: 1px solid #D86E5D;
border-width: 1px 1px 1px 0;
}
.tooltip {
  display:none;
  position:absolute;
  -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  background-color:#1a1a1a;
  color:#eee;
  padding:4px 8px;
  font-size: 12px;
  width:auto;
  white-space: nowrap;
  z-index: 9999;
}
input[type='text'].gapptext{    
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;    
}
//$Id$
