﻿.dialog
{
	position: absolute;
	left: -2000px;
	top: -5000px;
	width: 409px;
	height: 263px;			
}

.dialog-left
{
	height: 263px;						
	background: url(images/m_left.gif) no-repeat top left;
	padding-left: 3px;
	overflow: hidden;
}

.dialog-right
{
	height: 263px;						
	background: url(images/m_right.gif) no-repeat top right;
	padding-right: 6px;
	overflow: hidden;
}

.dialog-center
{
	height: 263px;						
	background: url(images/m_center.gif) repeat-x;
	padding-top: 6px;
}

.dlgcnt-left
{
	height: 249px;				
	background: url(images/c_left.gif) no-repeat top left;
	padding-left: 5px;
}

.dlgcnt-right
{
	height: 249px;				
	background: url(images/c_right.gif) no-repeat top right;
	padding-right: 5px;
}

.dlgcnt-center
{
	height: 249px;				
	background: url(images/c_center.gif) repeat-x;
	padding-right: 5px;
}

.dialog-caption
{
	height: 22px;
	padding: 4px 0px;
}

.dialog-caption .close-button
{
	float: right;
	background: url(images/b_close.gif) no-repeat top left;
	width: 22px;
	height: 21px;
	cursor: pointer;
}

.dialog-message
{
	margin-top: 20px;
	height: 140px;
}

.dialog-buttons
{
	text-align: center;
}

.dialog-button
{
	cursor: pointer;
	margin: 4px;
	width: 76px;
	float: right;
}

.dialog-button-left
{
	background: url(images/b_modal.gif) no-repeat top left;
	height: 26px;
	padding-left: 6px;
}

.dialog-button-right
{
	background: url(images/b_modal.gif) no-repeat right -52px;
	height: 26px;
	padding-right: 6px;
}

.dialog-button-center
{
	background: url(images/b_modal.gif) repeat-x -26px;
	height: 26px;
	text-align: center;
	color: White;
	font-size: 12px;
	line-height: 26px;
	padding: 0px 4px;
	font-weight: bold;
}

.playbox_main{
	width:790px;
	background-image: url(/App_Themes/DefaultTheme/images/game_frame/bg_play.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height:538px;
	float:left;
	border-right:2px solid #055429;
	border-left:2px solid #055429;
	border-bottom:2px solid #055429;
}
.playbox_buttons{
	margin:180px auto 0px auto;
	height:153px;
	width:586px;
}
.play_btn_mouseOut{
	margin:0px 70px;
	background-image: url(/App_Themes/DefaultTheme/images/game_frame/press.png);
	background-repeat: no-repeat;
	background-position: top left;
	width:153px;
	height:153px;
	float:left;
	cursor:pointer;
	float:left;
	display:inline;
}
.play_btn_mouseOver{
	margin:0px 70px;
	background-image: url(/App_Themes/DefaultTheme/images/game_frame/press_hover.png);
	background-repeat: no-repeat;
	background-position: top left;
	width:153px;
	height:153px;
	float:left;
	cursor:pointer;
	float:left;
	display:inline;
}
.play_btn_mouseDown{
	margin:0px 70px;
	background-image: url(/App_Themes/DefaultTheme/images/game_frame/press_click.png);
	background-repeat: no-repeat;
	background-position: top left;
	width:153px;
	height:153px;
	float:left;
	float:left;
	display:inline;
	cursor:pointer;
}
