@charset "utf-8";
#blanket-wrap .selector-wrap{
	text-align:center;	
}
#blanket-wrap .selector-wrap a{
	float:none !important;	
	display:inline-block !important;
}
#reset-wrap{
	width:400px;
	margin:auto;
	text-align:center;
	margin-top:30px;
	padding:20px;	
	border:1px solid #ccc;
	outline:1px solid white;
}
#reset-wrap div.h1{
	line-height:24px;
	font-size:20px;
	padding-bottom:15px;	
}
#reset-wrap div.h2{
	font-size:14px;
	line-height:24px;
	padding-bottom:5px;	
	margin-bottom:20px;
}
#reset-wrap div.account{
	color:#529fee;	
	height:30px;
	line-height:30px;
	width:180px;
	text-align:center;
	margin:0px auto 10px;
}
#reset-wrap a.submit{
	width:200px;	
	color:white;
	margin-top:20px;
}
#reset-wrap a.submit:hover{
	text-decoration:none;	
}
#reset-wrap .notification{
	color: #FFC6C7;
	height: 30px;
	line-height: 15px;
}
#reset-wrap .notification.positive{
	color:#9de296;	
}
#reset-wrap .informer{
	text-align:left;
	width:auto !important;
	margin-bottom:20px;	
}
#reset-wrap .msg_err{
	margin-bottom:20px;	
}
#reset-wrap ._row{
	height:34px;
	line-height:34px;
	margin-bottom:10px;
	text-align:center;
}

@media only screen and (max-width: 480px) {
	#reset-wrap{
		width:90%;	
		padding:2%;
	}
	#reset-wrap input{
		width:96%;
		padding:0 2%;	
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	#reset-wrap{
		width:90%;	
		padding:2%;
		max-width:400px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	
}