@charset "utf-8";
/* CSS Document */

/* Modal*/
.modal {
	width:258px;
	height:auto;
	display:block;
	padding:75px;
	border:1px solid #d70025;
	position:relative;
	float:left;
}
.modal .close a  {
	position:absolute;
	width:89px;
	height:30px;
	display:block;
	top:1px;
	right:1px;
	background:url(../images/close_modal.png) top left no-repeat;
}

.modal strong  {
	text-align:center;
	font-size:18px;
	font-weight:normal;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	width:auto;
	display:block;
	padding-bottom:40px;
}

.modal div.ident a {
	width:165px;
	height:43px;
	display:inline;
	margin:0 0 0 47px;
	background:url(../images/btn_ident.png) top left no-repeat;
	padding-bottom:17px;
	float:left;
}
.modal div.inscr a  {
	width:165px;
	height:43px;
	display:inline;
	margin:0 0 0 47px;
	background:url(../images/btn_inscr.png) top left no-repeat;
	float:left;
}


