html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	/*margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	line-height: 1.3em;*/
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
html {
	font-family: 'Lato', sans-serif;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}

/*Common styles*/

header {
	height: 55px;
	background: transparent url(images/header_bg.jpg) 0 0 repeat-x;
	width: 100%;
}
body {
	width: 100%;
	background-color: #f8f8f8;
}
.container {
	width: 100%;
	margin: 0 auto;
	background-color: #F8F8F8;
}
.button {
	background-color: #3cb878;
	padding: 9px 0;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: 12px !important;
	letter-spacing: 1px;
}
.button:hover {
	background-color: #259c5f;
}
.trial-button {
	width: 191px;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 30px 0 18px;
	padding: 6px 0;
}
form label {
	width: 140px;
	float: left;
	font-size: 14px;
	color: #000000;
	padding-top: 8px;
	font-weight: bold;
}
form .fieldset {
	margin-bottom: 25px;
	position: relative;
	width: 525px;
	clear: both;
}
form .input-form {
	padding: 6px 10px;
	border: 1px solid #9a9a9a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	color: #9a9a9a;
	width: 340px;
}
form label em {
	color: #ff0000;
}
footer {
	height: 53px;
	background: transparent url(images/footer_bg.jpg) 0 0 repeat-x;
	width: 100%;
}
form .error input {
	border-color: #e75735;
	color: #e75735;
}
form .error:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background: transparent url(images/freetrial/sprite.png) 0 -68px no-repeat;
	top: 8px;
	right: 0;
}
form .success:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background: transparent url(images/freetrial/sprite.png) 0 0 no-repeat;
	top: 8px;
	right: 0;
}
form .error-message {
	position: absolute;
	padding: 8px 14px;
	color: #ffffff;
	background-color: #e75735;
	right: -244px;
	top: 2px;
	font-size: 11px;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
form .error-message:before {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7.5px 7px 7.5px 0;
	border-color: transparent #e75735 transparent transparent;
	line-height: 0px;
	_border-color: #000000 #007bff #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	top: 8px;
	left: -7px;
}
form .info-message {
	position: absolute;
	padding: 8px 14px;
	color: #838282;
	background-color: #f0f0f0;
	right: -244px;
	top: 2px;
	font-size: 11px;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #9a9a9a;
}
form .info-message:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 16px;
	background: transparent url(images/freetrial/sprite.png) 0 -136px no-repeat;
	top: 8px;
	left: -8px;
}
form .fieldset .link {
	display: block;
	float: left;
	font-size: 14px;
	padding-top: 8px;
	color: #9a9a9a;
	text-decoration: underline;
}
form .link-field input {
	float: left;
	width: 90px;
	margin: 0 5px;
}
form .captcha-field {
	overflow: hidden;
	margin-bottom: 15px;
}
form .captcha-field label {
	padding-top: 0;
}
form .captcha-field .captcha-wrapper {
	float: left;
	margin-right: 7px;
}
form .captcha-field input {
	width: 154px;
	float: left;
}
form .submit {
	overflow: hidden;
}
form .button {
	float: left;
	margin-left: 311px;
	border: none;
	width: 191px;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.text-block {
	border-top: 1px solid #c9c9c9;
	text-align: center;
	font-size: 13px;
	padding: 5px 0;
	margin: 0 38px;
}




/*.1_success{ background-position: 0 0; width: 18px; height: 18px; }*/
/*.2_error{ background-position: 0 -68px; width: 18px; height: 18px; }*/
/*.3_corner{ background-position: 0 -136px; width: 8px; height: 16px; } */
