/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top:10%;
    left: 50%;    
    margin-left: -200px;   
    
    width:400px;
	height:250px;

	padding:10px 10px 35px 10px;
	border:1px solid #0E1F26;
	/*border:1px solid #FFF;*/
	background:url(../images/modalbg.jpg) repeat-x left top #0E1F27;
	color:#367D98;
	 text-align: center;
}

.jqmOverlay { background-color: #FFF; }
.jqmWindow a, .jqmWindow a img{ border:none; }

/*I added this stuff for style*/
.jqmWindow h1{
  margin-bottom:15px;
  float:left;
  margin-left:85px;
}
.jqmClose{
	float:right;
	width:23px;
	margin-top:3px;
	display:inline;
}
.jqmWindow label{
	display:block;
}
#success-remove{ margin-top:20px; margin-bottom:10px;}
.jqmWindow span, .jqmWindow p{ color:#8FC4D8; }
.jqmButton{ margin:20px 0px;}
