.detail_reset{
	overflow:initial;
	padding:50px 0;
}
.reset_class #system-message-container, .reset_class .alert .close, .reset .contentheading, .reset_class .alert-heading {
    display: none;
}
.detail_reset #user-registration{
width: 100%;
max-width: 460px;
margin: 0px auto;
background: #fff;
padding: 30px;
border-radius: 2px;
}
.detail_reset form .button {
    width: 100%;
    margin: 15px 0 50px;
}
.detail_reset form label{
    display:block;
    margin-bottom: 5px;
}
#user-registration input {
    background: none repeat scroll 0 0 #FFFFFF;
    line-height: 19px;
    outline: medium none;
    padding: 3px 8px;
    max-width: 400px;
	width:100%;
    color: #333;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #BBB;
    height: 34px;
}
#user-registration .button {
    display: inline-block;
    position: relative;
    line-height: 1.2em;
    padding: 10px;
    width: 100%;
    max-width: 400px;
    color: #fff;
    background: #438812;
    border: 1px solid #4f9e19;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
	margin: 15px 0 50px;
}
#user-registration .button:hover {
    cursor: pointer;
    color: #fff;
    background: #72b424;
}
.reset_class #system-message-container, .reset_class .alert .close, .reset .contentheading, .reset_class .alert-heading{
	display:none;
}
input.invalid{
	border:1px solid red !important;
}
.detail_reset #user-registration div.alert {
    text-align: center;
    border-radius: 0px;
	padding:10px;
}
.detail_reset .alert-heading,.detail_reset  .close{
	display:none;
}
.detail_reset .alert-error{
    background-color: #f14040;
	color:#fff;
}
.form_rest{
	display:none;
}
.user-title{
	text-align: center;
    padding-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
}

#prefix_mobile_chzn{
	float:left;
	width:195px !important;
	max-width:195px;;
}
#prefix_mobile{
	border:1px solid #ccc;
}
.chzn-container-single .chzn-single, #prefix_mobile{
	border-radius:0;
	height:37px;
	line-height:37px;
}

#telephone_mobile{
	/*max-width:200px !important;
	margin-left:5px;
	border-radius:0;*/
}
#user-registration .ex{
	display:block;
	position:relative;
	left:200px;
}
@media screen and (max-width: 460px) {
	#prefix_mobile_chzn{
		width:100%;
		max-width: 100% !important;
	}
	#prefix_mobile{
		width: 100%;
		max-width: 100% !important;
	}
	#telephone_mobile{
		margin-left:0;
		width: 100%;
		max-width: 100% !important;
	}
	#user-registration .ex{
		left:0;
	}
}