#ajaxBoxBg, #ajaxBoxContent {
  display: none;
}

.modal{
	position:absolute;
	background: Black;
	opacity: 0.3;
 	 -moz-opacity: 0.3;
  	filter: alpha(opacity=30);
	z-index:500;
}

.modsmall{
	left: 330px;
	top:200px;
	width: 300px;
	height:170px;
}

.modlarge{
	left: 200px;
	top:200px;
	width: 600px;
	height:350px;
}


.modal_content{
	position:absolute;
	background: url('../img/modal_bg.gif') repeat-x;
	background-color: White;
	padding: 10px;
	z-index: 510;
}

.mcsmall{
	left: 340px;
	top: 210px;
	width: 260px;
	height:130px;
}

.mclarge{
	left: 210px;
	top: 210px;
	width: 560px;
	height:310px;
}

input.modal_ok{
	width: 80px;
}

.oksmall{
	position: absolute;
	left: 190px;
	top: 120px;
}

.oklarge{
	position: absolute;
	left: 490px;
	top: 300px;
}

.mcsmall .mess{
	margin: 5px 0 25px 0;
  	padding: 10px 10px 10px 40px;
}
/*
#flashMessage .error-message{
  background: url('../img/messages_error_ico2.png') no-repeat 13px;
  background-color: #d97676;
  color: White;
  width: auto;
}

#flashMessage .error-message a {
	color: #fff;
}

#flashMessage .info-message{
  background: url('../img/messages_info_ico2.png') no-repeat 13px;
  background-color: none;
  color: #30617f;
  margin: 0 0 10px 0 !important;
  padding: 5px 10px 10px 40px !important;
  width: auto;
}

#flashMessage .ok-message{
  background: url('../img/messages_ok_ico2.png') no-repeat 13px;
  color: #59781e;
  width: auto;
}

#flashMessage .warning-message{
  background: url('../img/messages_warning_ico2.png') no-repeat 13px;
  background-color: #f1cc5d;
  color: White;
  width: auto;
}*/

.modal_content .mess, .modal_content .message {
  margin: 0;
  padding: 0;
  width: auto;
}
