.box-modal {
	position: relative;
	width: 500px;
	padding: 35px;
	background: #fff;
	color: #3c3c3c;
}
.box-modal_close { 
	position: absolute;
    right: 10px;
    top: 6px;
    font-size: 0;
    line-height: 15px;
    color: #999;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: url('close.del.png') center center no-repeat #FC3030;
    right: 0;
    position: absolute;
    top: 0;
    padding: 8px;
}
.box-modal_close:hover { color: #666; }
.box-modal .button{
	background: none;
	background-color: #FC3030;
	font-size: 18px;
	font-weight: normal;
}
.box-modal h3{
	margin-bottom: 20px;
}
.box-modal textarea,.box-modal input[type="text"],.box-modal input[type="password"]{
	border: 1px solid #C7C7C7;
	border-bottom: 1px solid #E1E7EB;
	border-right: 1px solid #E1E7EB;
	background-color: #FFF;
	-webkit-box-shadow: 1px 1px 0px 3px rgba(230,233,234,1);
    -moz-box-shadow: 1px 1px 0px 3px rgba(230,233,234,1);
    box-shadow: -3px -2px 0px -1px rgba(230,233,234,1);
}
input.i_error,textarea.i_error {
    border: 1px solid red !important;
}