@charset "utf-8";
.signup {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
	background-color: #FFF;
	-moz-box-shadow: 2px 2px 10px #909090;
	-webkit-box-shadow: 2px 2px 10px #909090;
	box-shadow: 2px 2px 10px #909090;
	border-radius: 5px;
}
.signup .title {
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	text-align: center;
}
.signup .title span {
	color: #439fe0;
	font-size: 38px;
	display: block;
	padding-bottom: 10px;
	font-weight: 300;
}
.signup .title p {
	color: #6e6e6e;
	font-size: 18px;
	display: block;
	line-height: 24px;
}
.signup .username {
	height: 45px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
}
.signup .username .firstname {
	float: left;
	height: 45px;
	width: 253px;
}
.signup .username .sirname {
	float: right;
	height: 45px;
	width: 253px;
}
.signup .email {
	height: 45px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
}
.signup .password {
	height: 45px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
}
.signup .gender {
	height: 20px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
}
.signup .gender .female {
	display: block;
	float: left;
	height: 20px;
	background-attachment: scroll;
	background-image: url(../images/checkbox.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 20px;
	padding-left: 25px;
/* 	color: #d0d0d0; */
	color: #333;
	margin-right: 15px;
	line-height: 20px;
}
.signup .gender .male {
	display: block;
	float: left;
	height: 20px;
	background-attachment: scroll;
	background-image: url(../images/checkbox.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 20px;
	padding-left: 25px;
	/* 	color: #d0d0d0; */
	color: #333;
	margin-right: 15px;
	line-height: 20px;
}
.signup .gender a:hover{
	background-attachment: scroll;
	background-image: url(../images/checkbox.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
.signup .gender a:active{
	background-attachment: scroll;
	background-image: url(../images/checkbox.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}

.signup .gender a.active{
	background-attachment: scroll;
	background-image: url(../images/checkbox.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
.signup .zhuce {
	height: 45px;
	width: 520px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	display: block;
	text-align: center;
	line-height: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #439fe0;
	color: #FFF;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
}
.signup .zhuce:hover {
    background: #3d97d6;
	box-shadow: 0 -2px 0px #3277a8 inset;
	-moz-box-shadow:0 -2px 0px #3277a8 inset;              
    -webkit-box-shadow:0 -2px 0px #3277a8 inset;           
}
.signup .zhuce:active {
    background: #439fe0;
	box-shadow: 0 2px 0px #3277a8 inset;
	-moz-box-shadow:0 2px 0px #3277a8 inset;              
    -webkit-box-shadow:0 2px 0px #3277a8 inset;  
}
.signup .sentence {
	font-size: 16px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
	text-align: center;
	color: #999999;
}
.signup .dibu {
	/* background-color: #f3f3f3; */
	text-align: center;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	display:none;
}
.signup .jobrole {
	height: 45px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
}
.signup .uploadimg {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 15px;
}
.signup .uploadimg .photo {
	height: 78px;
	width: 78px;
	border: 1px solid #8d8d8d;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	-webkit-border-radius: 78px;
	-moz-border-radius: 78px;
	border-radius: 78px;
	background-color: #FFF;
}
.signup .uploadimg .photo img{
	-webkit-border-radius: 78px;
	-moz-border-radius: 78px;
	border-radius: 78px;
}
.signup.clearfix .uploadimg .upload {
	text-align: center;
	font-size: 18px;
	display: block;
	margin-bottom: 16px;
}

.signup .industry {
	min-height: 45px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
}
.signup .languages {
	min-height: 45px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
}
.signup .country {
	height: 45px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
}


.signup-little{
	width: 241px;
	height: 43px;
	padding-left: 10px;
	border: 1px solid #b9b9b9;
	font-size: 20px;
	line-height: 43px;
	color: #d0d0d0; 
	border-radius: 3px;
	/* font-family: "Raleway",sans-serif; */
}
.signup-big{
	width: 508px;
	height: 43px;
	padding-left: 10px;
	border: 1px solid #b9b9b9;
	font-size: 20px;
	line-height: 43px;
	color: #d0d0d0; 
	border-radius: 3px;
	/* font-family: "Raleway",sans-serif; */
}

/*
 * add by vivian
 */
input.autocomplete, input.moreselect {
    background-image: none;
}
.signup .back_next {
	height: 45px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
}
.signup .back_next .back_btn {
	float: left;
	height: 45px;
	width: 253px;
}
.signup .back_next .next_btn {
	float: right;
	height: 45px;
	width: 253px;
}
.languages_select{
	width: 518px;
}
.chosen-container{
	width: 518px;
	min-height: 43px;
	padding-left: 0px;
	border: 1px solid #b9b9b9;

	line-height: 43px;

	border-radius: 3px;
	/* font-family: "Raleway",sans-serif; */
}
.chosen-container-multi .chosen-choices {
    background-color: #fff;
    background-image: none;
    border: none;
    box-sizing: border-box;
    cursor: text;
    height: auto !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.language_font {
    color: #d0d0d0;
   /*  font-family: "Raleway",sans-serif; */
    font-size: 20px;
    height: 43px;
    line-height: 43px;
}
.default{
	color: #d0d0d0;
}
.table {
	margin-right: auto;
	margin-left: auto;
}
.signup .captcha {
	height: 80px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
}
.signup .captcha .captcha_input {
	float: left;
	height: 45px;
	width: 253px;
}
.signup .captcha .captcha_code {
	float: right;
	height: 80px;
	width: 253px;
}
