#button, #buttonmrs {
	font-size:13px;
	font-weight:bold;
	color:#D4303E;
}

#button:hover {
	color:#996633;
}

#modal, #modalmrs {
	visibility:hidden;
	width:250px;
	padding: 10px 25px;
	text-align:center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:absolute !important;
	top:30% !important;
	left:50% !important;
	margin-top:-94px !important;
	margin-left:-180px !important;
	z-index:101;
	background: url("../images/modal-gloss.png") no-repeat scroll -200px -80px #EEEEEE;
    border: 1px solid #FFFFFF;
}
#modal h1, #modalmrs h1{
	color:#737373;
	margin: 0 0 0 0;
}

#content {
	width:100%;
	/*height:144px;*/
}

#content p, #content label{
	font-size: 0.9em;
	text-transform: none;
	text-align:center;
	line-height:15px !important;
	color:#555555;
	width:100%;
	margin-bottom:10px;
}
#content p a{
	color: #161616;
}
    
#content span{
	width:100%;
	overflow:hidden;
	}
#content label{

}
#content input[type="text"]{
	background:#dcdbdb;
	border:1px solid #d0d0d0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:2px;
	width:96%;
	font-size:12px;
	color:#555555;
	margin-bottom:8px;
	}
.button {
	width:138px;
	height:33px;
	font-size:13px;
	font-weight:bold;
	line-height:33px;
	color:#fff;
	float:left;
}
.close, .cancel{
	font-size:13px;
	background:#8b8b8b;
	padding:2px 8px;
	height:20px;
	line-height:19px;
	color:#fff;
	margin:0 auto;
	clear:both;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	}
.cancel{
	float:left;
	margin:0;
}
#content .clear{
	clear:both;
	}
#content input[type="submit"]{
	font-size:13px;
	float:right;
	background:#8b8b8b;
	padding:2px 8px;
	height:24px;
	line-height:19px;
	color:#fff;
	border:0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
 }
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	/*background: rgba(0,0,0,.4);*/
	background:url(../images/tr_bg.png);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}
