.ajaxbox{
width:500px;
height:auto;
min-height:300px;
overflow:auto;
position:absolute;
z-index:25000;
background-color:#ff1493;
  top:110px;
 color:white;
}

.ajaximg{
width:100px;
height:100px;
text-align:center;
margin:0px auto;
position:relative;
background-color:white;
padding-top:10px;
padding-bottom:10px;	
padding-top:150px;
 -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  -khtml-border-radius: 10px; /* Konqueror */
  border-radius: 10px; /* Opera 10.50 and later (CSS3 standard) */
  background-image:url("../images/loading.gif");
  background-repeat:no-repeat;
  background-position:center;
}
.ajaxbutton{
width:100%;
text-align:Center;	
}
.closeajaxbutton{
top:96px;
position:absolute;
z-index:29999;
cursor:pointer;
margin-left:490px;
}
.closeajaxbutton img{
border:0px;	
}

.mask,#sendAjaxMask{
background-color:black;
filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';   /* IE8 */
filter:alpha(opacity=50); 
-moz-opacity:0.50;
opacity: 0.50;
position:fixed;
height:5000px;
left:0px;
top:0px;
z-index:21000;	
}
#sendAjaxMask{
background-image:url("../images/ajax-loader.gif");
background-position:center;
background-attachment:fixed;
text-align:center;
}
#sendAjaxMask.noloading{
	background-image:none;
}
.thumbcheckmsgbox{
	color:white;
	font-size:40px;
	line-height:50px;
	background-color:#8FC31F;
	padding:5px 5px;
	width:480px;
	margin:0px auto;
	position:fixed;
	margin:0px auto;
	top:0px;
	left:0px;
	z-index:29999;
	text-align:center;
	
}
#sendAjaxMask{
background-repeat:no-repeat;
background-position:center;
z-index:59999;	
text-align:center;
}
#sendAjaxMask img{
margin-top:150px;	
}
.msgtitle{
width:100%;
padding-top:5px;
padding-bottom:5px;
background-color:black;
color:white;
text-align:Center;	
}
.ajaxboxbottom{
background-color:black;
width:100%;
float:left;
text-align:center;
padding-top:5px;
padding-bottom:5px;
height:20px;

}


.prepbtn a{
	text-decoration:none;
	color:#000;
	font-weight:bold;	
}
.prepbtn a:hover{
color:#666;	
}


.sendAjax{
width:100%;
text-align:center;
margin-top:-150px;
background-color:#F00;
box-shadow:0px 0px 0px 0px #000;
padding-top:40px;
padding-bottom:40px;
height:100px;
}
.AjaxIframe{
width:100%;
height:100%;
border:0px solid black;	
}
.AjaxContent{
	
}
.thisAjaxContent{
padding:10px 10px;	
}