@charset "utf-8";
/* CSS Document */

/*Form*/


.login-block {
    width: 370px;
	box-shadow: 0 0 10px #333333, 1px 1px 200px #fff inset;
    color: #333;
    padding: 20px  20px 5px 20px;
    background: #fff;
    border-radius: 5px;

    margin: 0 auto;
	margin-top:30px;
	opacity:.85;
}
 
 
 
 
 


.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 5px 5px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'FontAwesome';
	speak: none;
	font-size: 18px;
	line-height: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

/* Effect 3 */
.hi-icon-effect-3 .hi-icon {
	box-shadow: 0 0 0 1px #3aa6dd;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.hi-icon-effect-3 .hi-icon:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #3aa6dd;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
}

/* Effect 3b */
.hi-icon-effect-3b .hi-icon {
	color: #3aa6dd;
}

.hi-icon-effect-3b .hi-icon:hover {
	color: #fff;
}

.hi-icon-effect-3b .hi-icon:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

.hi-icon-effect-3b .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

 
 
.textfield {
    border: 1px solid #cccccc;
    padding: 8px 15px 8px 15px;
    background: #fff;
    border-radius: 6px;
	font-size: 13px;
	color: #333333;
	width:100%;
	text-decoration: none;
	}
#blankfield {
    border: 1px solid #cccccc;
    padding: 8px 15px 8px 15px;
    background: #fff;
    border-radius: 6px;
	font-size: 13px;
	color: #333333;
	width:100%;
	text-decoration: none;
	}
#username {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-username.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#role {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-role.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#mobile {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-contact.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#email {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-email.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#emailgray {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #f2f2f2;
	background-image: url('../images/ic-email.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#address {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-address.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#country {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 30px;
	background-color: #fff;
	background-image: url('../images/ic-country.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}

#timezone {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 30px;
	background-color: #fff;
	background-image: url('../images/ic-timezone.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}


#unitno {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 30px;
	background-color: #fff;
	background-image: url('../images/ic-companytype.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}

#numguard{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-numguard.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}

#website {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-website.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#facebook {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-facebook.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#twitter {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-twitter.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#linkedin {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-linkedin.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#building {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-building.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#number {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-number.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#info {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-info.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#folder {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-folder.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#file {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-file.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#calendar {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-calendar.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#house {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-house.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#message {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-message.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#clip {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-clips.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#currency {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-currency.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#password {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-password.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#copy {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-copy.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#card {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-card.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}



#transfermoney {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff;
	background-image: url('../images/ic-transfermoney.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}


/*ERROR*/
#usernameerror {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff9f7;
	background-image: url('../images/ic-username.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d40404;
	border-right-color: #d40404;
	border-bottom-color: #d40404;
	border-left-color: #d40404;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#infoerror {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff9f7;
	background-image: url('../images/ic-info.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d40404;
	border-right-color: #d40404;
	border-bottom-color: #d40404;
	border-left-color: #d40404;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#mobileerror {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff9f7;
	background-image: url('../images/ic-contact.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d40404;
	border-right-color: #d40404;
	border-bottom-color: #d40404;
	border-left-color: #d40404;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#emailerror {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff9f7;
	background-image: url('../images/ic-email.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d40404;
	border-right-color: #d40404;
	border-bottom-color: #d40404;
	border-left-color: #d40404;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#fileerror {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff9f7;
	background-image: url('../images/ic-file.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d40404;
	border-right-color: #d40404;
	border-bottom-color: #d40404;
	border-left-color: #d40404;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
#roleerror {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #fff9f7;
	background-image: url('../images/ic-role.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d40404;
	border-right-color: #d40404;
	border-bottom-color: #d40404;
	border-left-color: #d40404;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}
/*DISABLE FIELD*/
#mobiledisable {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 35px;
	background-color: #f2f2f2;
	background-image: url('../images/ic-contact.png');
	background-repeat: no-repeat;
	background-position: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ba8ab;
	border-right-color: #9ba8ab;
	border-bottom-color: #9ba8ab;
	border-left-color: #9ba8ab;
	height: 36px;
	font-size: 13px;
	color: #495b5f;
}