html, body
{
	background-color : #004B7F;
	color: #FFFFFF;
	height : 100%;
	width : 100%;
	margin : 0px;
}

.defaultDialog {
	background-color: #2E0384;
	border: 1px solid #3399FF;
	border-radius: 0 0 4px 4px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
	padding: 0 0 2px 0;
	overflow: hidden;
}

.defaultDialogInner {
	padding: 5px;
	overflow:auto;
}

.defaultDialogCaptionContainer {
	color: #FFFFFF;
	background-color: #3399FF;
	height:20px;
	line-height:20px;
}

.defaultDialogCaption {
	#font-weight: bold;
	font-size: 18px;
	overflow:hidden;
	padding: 0 5px 0 5px;
}

.defaultDialogCloseButton{
	width:48px;
	height:20px;
	background-image: url("/images/close_button.png");
	cursor: pointer;
	overflow:hidden;
}

.defaultDialogFooter {
	height: 32px;
	line-height: 32px;
}

.defaultDialogButton {
	cursor: pointer;
	background-color: transparent;
	border: 1px solid white;
	border-radius: 4px;
	text-align: center;
	padding: 0px 10px;
	width: auto;
	height: 25x;
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.defaultDialogButtonSelected {
	cursor: pointer;
	background-color: #3366FF;
	border: 1px solid white;
	border-radius: 4px;
	text-align: center;
	padding: 0px 10px;
	width: auto;
	height: 25x;
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}