input[type="text"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="email"], 
input[type="radio"], 
input[type="tel"], 
textarea, 
.select-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    height: 31px;
    line-height: 31px;
    font-size: 13px;
    padding: 0 0.6rem;
    border-radius: 2px;
    border: 1px solid #c9c7c7;
	box-sizing: border-box;
}
.hidecontent {
    display: none;
}
.agreebox div{
	display:inline-block;
	margin-bottom: 6px !important;
}
#content-left form input {
	background-color: #FFFFFF;
	border: 1px solid #e4e4e4;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	max-width:190px;
	padding:5px 8px !important;
}
#content-left div div,
#content-left div form div {
	border: none;
	background-color: transparent;
	margin-bottom: 10px;
	font-size:12px;
}
.newform form div label,
#content-left div form div label {
    display:block;
	margin-bottom:4px;
	font-size:14px;
}
#content-left div > p {
	margin-bottom: 10px;
	font-size:12px;
}
.errornote {
	color:rgba(255, 89, 89, 1);
}
#content-left div.contextbox {
	padding:10px 0px;
	background-color: transparent;
	font-size:11px;
	border: none;
}
#content-left div.contextbox a{
	color:#0071CF;
	font-size:11px;
}
div.footlink a{
	color:#0071CF !important;
	font-size:11px !important;
}
#content-left div.contextbox div{
	border: none;
	background-color: transparent;
	margin-bottom: 0px;
}
.activatebtn{
	width:60px !important;
	padding:0px !important;
	margin:0px !important;
	border: none !important;
}
.errornote2{
	position: absolute;
    right: 0;
    top: 4px;
	background-color:#fff;
}
.errornote2.inline{
	position:inherit;
    left:auto;
}
.errornote2 div.error{
	font-size:11px !important;
	font-weight:normal;
	color:rgba(255, 89, 89, 1);
	line-height:normal;
	margin-bottom:0px;
}
.errornote2.label{
	position:unset;
	right:unset;
	top:unset;
}
.errornote2.label div.error {
    line-height: 1;
    margin-bottom: 0px !important;
}
.errornote2.inline div.error{
	display:inline;
	margin-bottom:0px !important;
}
.error{
	font-weight:normal;
	color:#ff0000;
}
input.error{
	border-color:rgba(255, 89, 89, 0.5) !important;
	font-weight:normal !important;
}
textarea.error{
	border-color:rgba(255, 89, 89, 0.5) !important;
	font-weight:normal !important;
	font-size:13px;
}
div.error{
	border-color:rgba(255, 89, 89, 0.5) !important;
	font-weight:normal !important;
}
textarea.error{
	font-size:13px;
}
.subcolleft {
	float: left;
	width: 340px;
	margin-right:20px;
}
.subcolright {
	float: right;
	width: 320px;
	margin-left:40px;
}
.subcolform{
	float: left;
	width: 270px;
	margin-right:10px;
}
.newform form{
	margin-bottom:10px;
}
.newform form input[type='text'],
.newform form input[type='password'],
.newform form textarea{
	border: 1px solid #cccccc;
	width:100%;
    background-color:#ffffff;
	margin-bottom:2px;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background: url(images/password.png) no-repeat 13px center #ffffff !important;
    -webkit-text-fill-color: #474748;
}
.newform form input:disabled{
	color:#949494;
    background-color:#f4f4f4;
	display:none;
}
.newform form .formset input:disabled {
    color: #897626;
    display: block;
    font-size: 14px;
    background-color: #fffcef;
    border: 1px solid #efe6be;
}
.newform form input.cbi{
	width: auto;
	padding:0px;
	float:none;
	border:none;
	margin:0px;
	margin-right:5px;
	height: 12px;
    display: inline;
	-webkit-appearance:checkbox;
}
.newform form .select-border {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 2px;
	position: relative;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    height: 31px;
    width: 100%;
    overflow: hidden;
}
.newform form .select-border.error2 {
	border-color:rgba(255, 89, 89, 0.5) !important
}
.newform form .select-border:focus, .newform form .select-border:hover {
    border-color: #3399ff !important;
}
.newform form .select-border a {
	position:absolute;
	border:0;
	display:block;
	width:18px;
	height:19px;
	z-index:1;
	right:0;
	top:2px;
}
.newform form .select-border a img {
	border:0;
}
.newform form .droparrow{
	position:absolute;
	z-index:2;
	right:5px;
	top:5px;
	display:none;
}
.newform form .styled-select {
	box-sizing:border-box;

}
.newform form .styled-select .selectbound {
    position: absolute;
    right: -1px;
    top: -1px;
    height: 31px;
    width: 31px;
    z-index: 22;
    pointer-events: none;
    border: 1px solid #cccccc;
    background: url(../images/dropdown@1x.png) center center no-repeat #ffffff;
}
.newform form select{
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    height: 29px;
    line-height: 29px;
    z-index: 1;
    -webkit-appearance: none;
    border: none;
    box-sizing: border-box;
    padding: 0 0.6rem;
    padding-right:0;
}
.newform form textarea{
    height:auto;
	line-height:1.5;
	padding:0.6rem;
	font-size: 13px;
}
.newform form textarea.error{
	font-size: 13px;
}
.newform form .styled-select select option.default{
	font-style:italic;
	background-color:#fff;
	display:none;
}
.newform form .styled-select select option.selectgroupheader{
	font-weight:bold;
	padding-left:0px;
	font-style:normal;
}
.newform form .styled-select select option{
	 background-color:#ffffff;
}
.newform form .styled-select select optgroup[label]{
	 color:#000;
	 background-color:#eeeeee;
}
.newform form .styled-select select option.selectgroup{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding-left:10px;
	font-style:normal;
}
.newform form input[type=text]:focus, 
.newform form input[type=password]:focus, 
.newform form input[type=email]:focus, 
.newform form input[type=url]:focus, 
.newform form input[type=date]:focus, 
.newform form input[type=month]:focus, 
.newform form input[type=time]:focus, 
.newform form input[type=datetime]:focus, 
.newform form input[type=datetime-local]:focus, 
.newform form input[type=week]:focus, 
.newform form input[type=number]:focus, 
.newform form input[type=search]:focus, 
.newform form input[type=tel]:focus, 
.newform form input[type=color]:focus, 
.newform form .select-border:hover, 
.newform form textarea:focus {
    outline: 0;
    border-color:#00afd0 !important;
	background-color:#ffffff;
}
.newform form .agreebox{
	margin-bottom:0px;
}
.newform form .agreebox a{
	width:400px;
	margin:auto;
	margin-bottom:10px;
}
.redthis{
    color:rgba(255, 89, 89, 0.5) !important;
}
a.formbtn:visited,
a.formbtn:link{
	height:23px;
	line-height:23px;
	border:1px solid #286833;
	text-align:center;
	font-weight:600;
	font-size:12px;
	background: #286833;
	color:#ffffff !important;
	float:right;
	text-decoration:none;
	overflow:hidden;
	padding:0px 10px;
	display:block;
}
a.formbtn:hover{
	background-color: #286833;
	background-image:none;
	text-decoration:none;
}
a.formbtn:active{
	background-color: #333333;
	background-image:none;
	text-decoration:none;
}
a.formbtn.clicked{
	background-color: #C3C3C3 !important;
	background-image: none !important;
	text-decoration: none;
	color: #E8E8E8 !important;
	border-color: #C3C3C3 !important;
	cursor: default !important;
}
img.formloading{
	display:none;
	vertical-align:middle;
}
.newform form input.loginbtn{
	width:50px ;
	padding:0px ;
	margin:0px;
	border:none ;
	float:right;
	margin-top:2px;
}
.newform form div{
	margin-bottom:13px;
	position:relative;
}
.newform form div.blocked input{
	float:none;
	display:block;
}
#content-left #forgotpassword p{
	font-size: 11px !important;
	line-height:14px;
}
#content-left #forgotpassword div,
#content-left #forgotpassword div a{
	font-size: 11px !important;
	line-height:14px;
	margin:0px !important;
}
#content-left #forgotpassword {
	padding:8px;
}
.grey-btn {
	width: auto !important;
	padding: 4px 8px;
	border: 1px solid rgba(66,125,167,0.10) !important;
	background-color: rgba(73,123,174,0.30) !important;
	display: none;
	text-decoration: none;
	color: #173E5A;
	outline: none;
}
a.submitbtn{
    line-height: 32px;
}
a.submitbtn:hover,
.newform form input.submitbtn:hover {
	text-decoration:underline;
}
.newform form input.submitbtn.clicked {
	margin-right: 10px;
    float: left;
    cursor:default;
    display:none;
}
.newform form input.submitbtn.clicked:hover {
	text-decoration:none;
}

@media (max-width: 320px){
	.errornote2.reason{
		bottom: -13px;
		top: auto;
		left: 0;
	}
}
@media (max-width: 630px){
}
