.modal-content
{
	border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
}

.modal-header
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	background: #FFFFFF; /* For browsers that do not support gradients */
	/*
	background-image: radial-gradient(farthest-side ellipse at 10% 0, rgba(102, 105, 104, 0.9));
	background-image: -webkit-radial-gradient(10% 0, farthest-side ellipse, rgba(102, 105, 104, 0.9), rgba(93, 112, 119, 0.89));
	background-image: -moz-radial-gradient(10% 0, farthest-side ellipse, rgba(102, 105, 104, 0.9), rgba(93, 112, 119, 0.89));
	*/
}
.modal-header > h4 {
	color: black;
}

.modal-body
{
	background: #FFFFFF; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#FFFFFF, #D8E8F2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#FFFFFF, #D8E8F2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#FFFFFF, #D8E8F2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#FFFFFF, #D8E8F2); /* Standard syntax */
	/*
	background-color: #bbbbbb;
	background-image: radial-gradient(farthest-side ellipse at 10% 0, rgba(102, 105, 104, 0.9), rgba(93, 112, 119, 0.89), rgba(160, 174, 150, 0.9));
	background-image: -webkit-radial-gradient(10% 0, farthest-side ellipse, rgba(102, 105, 104, 0.9), rgba(93, 112, 119, 0.89), rgba(160, 174, 150, 0.9));
	background-image: -moz-radial-gradient(10% 0, farthest-side ellipse, rgba(102, 105, 104, 0.9), rgba(93, 112, 119, 0.89), rgba(160, 174, 150, 0.9));
	*/
}

.modal-footer
{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	background: #D8E8F2;
	/*
	background-color: #bbbbbb;
	background-image: radial-gradient(farthest-side ellipse at 10% 0, rgba(93, 112, 119, 0.89), rgba(160, 174, 150, 0.9));
	background-image: -webkit-radial-gradient(10% 0, farthest-side ellipse, rgba(93, 112, 119, 0.89), rgba(160, 174, 150, 0.9));
	background-image: -moz-radial-gradient(10% 0, farthest-side ellipse, rgba(93, 112, 119, 0.89), rgba(160, 174, 150, 0.9));
	*/
}
