/* CSS Document */
.alert-success {
 
  background-color:#DFD;
 
}
.modal {
	top:25%;
	height:200px;
	/*font-size:200%;*/
	display:table-cell;
	text-align:center;
	line-height:1;
}

.modal-help {
	position: fixed;
	top: 10%;
	left: 50%;
	z-index: 1050;
	width: 1118px;
	margin-left: -585px;
	max-height:800px;
}
.modal-body {
	position: relative;
	max-height: 700px;
	padding: 15px;
	overflow-y: auto;
}

.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #DFD;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}


label.error {
	font-size:90%;
	color:red;
	position:absolute;

}


