.modal {
	background-color: #6DD041;
	background-image: -moz-linear-gradient(top, #6DD041, #63B63A);
	background-image: -ms-linear-gradient(top, #6DD041, #63B63A);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6DD041), to(#63B63A) );
	background-image: -webkit-linear-gradient(top, #6DD041, #63B63A);
	background-image: -o-linear-gradient(top, #6DD041, #63B63A);
	background-image: linear-gradient(top, #6DD041, #63B63A);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6DD041', endColorstr='#63B63A', GradientType=0 );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 20 5px 4px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	overflow-y: hidden;
	bottom: initial;
	top: 50%;
	margin-top: -20%;
}

.modal-body {
	overflow-y: inherit;
}

.modal .modal-header {
	border: 0;
	overflow: hidden;
	background: transparent url("../img/modal.header.line.png") no-repeat bottom right;
}

.modal .close {
	color: #396c22;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	text-shadow: none;
	opacity: 1;
	border: 0;
	padding: 0;
	background: transparent;
}