﻿/*clear all inherited style*/
.modal
{
	styles: clear;
}

/*modal form title*/
.modal_title
{
	font-weight: bold;
	padding: 10px;
	text-align:center;
}

/*table display in modal form*/
.modal_table
{
}

/*content*/
.modal_content
{
	padding: 10px;
}

/*button part style*/
.modal_button
{
	text-align: center;
	padding-bottom: 10px;
}

/*button style*/
.modal_button_style
{
	width:80px;
}

/*Default Css for modal popup display*/
.simplemodal-overlay
{
	cursor: wait;
	background-color: #000;
}
.simplemodal-container
{
	border-right: #ccc 3px solid;
	border-top: #ccc 3px solid;
	border-left: #ccc 3px solid;
	border-bottom: #ccc 3px solid;
	background-color: #fff;
}
