.box-modal {
	position: relative;
	width: 340px;
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ccc;
}


.box-modal .modtitle {
	height: 47px;
	border-bottom: #e5e5e5 1px solid;
}

.box-modal .modtitle img { float: left; }
.box-modal .modtitle div { float: left; padding: 6px 0 0 10px; }

.box-modal .moderror, .moderror span {
	font-size: 28px;
	font-family: 'Roboto Condensed', sans-serif;
}

.box-modal .modtext {
	color: #252525;
	font-size: 14px;
	line-height: 22px;
	padding: 27px 0;
	border-bottom: #e5e5e5 1px solid;
}
.box-modal .submit-btn {
	height: 35px;
	margin-top: 27px;
}

.box-modal .submit-btn.left { float: left;}

.box-modal .submit-btn .yes {
	float: left;
	color: #fff;
	font-size: 14px;
	height: 29px;
	padding: 6px 16px 0px;
	box-shadow: -1px 1px 2px 1px rgba(0, 0, 0, .2);
	margin-right: 6px;
}
.box-modal .submit-btn .no {
	float: left;
	color: #fff;
	font-size: 14px;
	height: 29px;
	padding: 6px 16px 0px;
	box-shadow: -1px 1px 2px 1px rgba(0, 0, 0, .2);
	margin-right: 6px;
	cursor: pointer;
}


.box-modal .submit-btn .red {
	background: url('/images/mod-red-x.png') repeat-x;	
}
.box-modal .submit-btn .green {
	background: url('/images/mod-green-x.png') repeat-x;	
}
.box-modal .submit-btn .yellow {
	background: url('/images/mod-yellow-x.png') repeat-x;	
}
.box-modal .submit-btn .grey {
	background: #e7e7e7;
	color: #3e3e3e;	
}





.modal-link { cursor: pointer; }

/*  overlay  */
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: red; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }

.clear { width: 100%; height: 1px; overflow: hidden; clear: both; display: block;}

