html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, canvas, embed, output, ruby, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
h1 {
	font-size: 45px;
	line-height:55px;
	text-align: left;
	font-weight: 300;
}
h3 {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 35px;
	text-align: center;
  color: #fff;
  position: relative;
}
small {
	font-size: smaller;
}
ol, ul {
	list-style: none
}
body {
	font-family: 'open sans', arial;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
a {
	color: #298FF6;
	text-decoration: none
}

i {
	font-style: italic
}
p {
	font-size: 14px;
}

/** Changes for New Signup Form **/

.signup-container {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/invoice/images/signup-bg.jpg");
  background-repeat: no-repeat;
	background-size: 100% 100%;
}
.signup-backdrp {
	background-color: #050505;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	position: absolute;
}
.z-signup, #z-access {
	display: table-cell;
	vertical-align: middle;
}
.new-signup-form {
	margin: 0 auto;
	width: 400px;
}
.new-signup-form .signupform{
  max-width: 100%;
}
.new-signup-form .btn-prim {
	background: #2fdcb1; /* Old browsers */
	background: -moz-linear-gradient(top,  #2fdcb1 0%, #2fdcb1 43%, #23c49c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2fdcb1), color-stop(43%,#2fdcb1), color-stop(100%,#23c49c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2fdcb1 0%,#2fdcb1 43%,#23c49c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2fdcb1 0%,#2fdcb1 43%,#23c49c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2fdcb1 0%,#2fdcb1 43%,#23c49c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2fdcb1 0%,#2fdcb1 43%,#23c49c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fdcb1', endColorstr='#23c49c',GradientType=0 ); /* IE6-9 */

	border-radius: 2px;
	font-size: 18px;
}
.new-signup-form .btn-prim:hover, .new-signup-form .btn-prim:focus {
  background: #23c49c;
}
.new-signup-form .sign-agree {
  color: #B3B3B3;
	font-size: 11px;
}
.new-signup-form .sign-agree a {
  color: #B3B3B3;
  text-decoration: none !important;
  border-bottom: 1px dotted #30C39C;
}
.back {
	position: absolute;
  font-size: 32px;
  z-index: 100;
	top: 30px;
  left: 35px;
	font-size: 16px;
	cursor: pointer;
}
.arrow {
	background: url('/invoice/images/sp1-1.png') no-repeat -332px -535px;
	width: 20px;
	height: 5px;
}
.back a {
	color: #848484;
	padding-left: 30px;
}

/** Form **/

/**** Form ***/

.signupform {
  margin: 0 auto;
  max-width: 80%;
}

.signupform .form-grp {
  margin-bottom: 15px;
  position: relative;
}

select.ZI-country {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width:324px;
  font-weight: lighter;
  font-family: Open Sans, arial;
  font-size:13px;
  color: #d6d6d6;
  padding: 4px 0 4px 5px;
  border: solid 1px #e0e0e0;
  font-weight: 400;
  color: #444
}

.form-field {
  display: block;
  width: 92%;
  height: 32px;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eeeeee;
	border-radius: 2px;
}

select.form-field {
  box-sizing: content-box;
  border-radius: 0;
  -webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 2px;
}

.select-placeholder-color {
  color: #999;
  font-size: 15px;
}

.form-field:focus {
  outline: 0;
  -webkit-box-shadow: 0 2px 0px #1ACB9C;
  -moz-box-shadow: 0 2px 0px #1ACB9C;
  box-shadow: 0 2px 0px #1ACB9C;
  border-bottom-color: transparent;
}
.form-field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-field:-ms-input-placeholder {
  color: #999;
}
.form-field::-webkit-input-placeholder {
  color: #999;
}
.form-field[disabled],
.form-field[readonly],
fieldset[disabled] .form-field {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.btn-prim {
	display: inline-block;
	background-color: #48bbb4;
	padding: 0px 25px;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: -0.03em;
	line-height: 48px;
	border: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

.btn-prim:hover, .btn-prim:focus {
	background-color: #31a39b;
	outline: none;
}

.signupform .btn-prim {
  display: block;
  width: 100%;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

/* Password Strength */
.password-strength {
	background: none repeat scroll 0 0 #F7F7F7;
	border-radius: 5px;
	display: block;
	float: right;
	height: 13px;
	margin-left: 351px;
	margin-top: -35px;
	position: absolute;
	width: 50px;
	display: none;
	position: absolute;
	top: 43px;
	right: 30px;
}
.password-strength div {
	border-radius: 5px;
	height: 13px;
}
.password-strength {
	right: 39px;
}


/* Form field error */

.field-msg {
  text-align: right;
  width: 98%;
}

.field-msg .error {
  color: #ED3D3D;
  font-size: 12px;
}

.field-error .error {
  display: inline-block !important;
}

.field-error .form-field {
  -webkit-box-shadow: 0 2px 0px #eb7c7c;
  -moz-box-shadow: 0 2px 0px #eb7c7c;
  box-shadow: 0 2px 0px #eb7c7c;
}

.field-error .form-field:focus {
  -webkit-box-shadow: 0 2px 0px #eb7c7c;
  -moz-box-shadow: 0 2px 0px #eb7c7c;
  box-shadow: 0 2px 0px #eb7c7c;
}

.field-msg {
  display: none;
}

.field-error .field-msg {
  display: block !important;
}

.field-error .s-icon-name {
  background-position: -10px -523px;
}

.field-error  .s-icon-email {
  background-position: -8px -644px;
}

.field-error  .s-icon-pswd {
  background-position: -8px -768px;
}

.field-error .s-icon-cname {
  background-position: -9px -584px;
}

.field-error  .s-icon-portal {
  background-position: -9px -827px;
}

.field-error  .s-icon-flag {
  background-position: -4px -1344px;
}

.field-error  .s-icon-phone {
  background-position: -9px -705px;
}

.field-error  .s-icon-country {
  background-position: -14px -768px;
}

.field-error  .s-icon-seg {
  background-position: -10px -949px;
}

:-moz-placeholder, ::-moz-placeholder {
  color: #999;
  font-weight: normal;
  font-size: 14px;
}

::-webkit-input-placeholder, {
  color: #999;
  font-size: 14px;
  font-weight: 200;
}
:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  font-weight: 200;
}

.za-domain-error {
  margin-left: 40px;
  font-size: 13px;
}

.za-donami-error a, .sign_agree a  {
  color: #298FF6;
  text-decoration: underline;
  cursor: pointer;
}

.za-captcha-container input[type="text"] {
	width: 220px;
	margin-top: 6px;
}
.ZI-popup {
	top: 30%;
	left: 50%;
	width: 650px;
	background: #fff;
	padding: 30px;
	z-index: 222;
	position: absolute;
	-moz-box-shadow: -2px 0 6px #666;
	box-shadow: -2px 0 6px #666;
	-webkit-box-shadow: -2px 0 6px #666;
	margin-left: -275px;
}
.ZI-popup h3 {
	color: #555454;
	font-size: 24px;
	font-weight: lighter;
	float: left;
	margin-bottom: 12px
}
::-webkit-input-placeholder {
	color:#666;
	font-weight:300;
	font-size:16px
}
:-moz-placeholder {
	color:#666;
	font-weight:300;
	font-size:16px
}
::-moz-placeholder {
	color:#666;
	font-weight:300;
	font-size:16px
}
:-ms-input-placeholder {
	color:#666;
	font-weight:300;
	font-size:16px
}

div.field-error input {
	border-radius: 0!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important
}
div.field-error a {
	border-color: #ee4741!important
}

/** Access Zoho Invoice **/
.z-access {
  position: absolute;
  text-align: center;
  width: 100%;
  color: #fff;
}

.z-access h3{
	margin-bottom: 40px;
}

/**** Loading Page ***/
.ZI-popup h3 {
	color: #555454;
	font-size: 24px;
	font-weight: lighter
}
.ZI-con-desc {
	color: #666;
	clear: both;
	margin: 10px 0 30px;
	line-height: 24px;
	float: left
}
.ZI-load {
	background: url(../images/bg.png) repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 23
}
.ZI-loading {
	background: url(../images/loading.gif) no-repeat;
	background-position: 16px 17px;
	height: 37px;
	width: 230px;
	margin: 10px auto;
	clear: both
}
::-webkit-input-placeholder {
color:#acacac;
}