﻿.modal-background
{
	background-color: #F0F0F0; /*#ffffdd;*/
	filter: alpha(opacity=70);
	opacity: 0.7;
	width: auto;
	height: auto;
}

.modal-form
{
	/*background-color: #fff;*/
	position:relative;
	padding: 1px;
}

.modal-form-header
{
	cursor:default;
}
