﻿#dialog 
{
	display:none; 
	position:absolute; 
	/*border:1px solid #8193ab;*/
}

#dialog_titlebar 
{
	background:url(/_images/layup/bg_dialog_header.png) repeat-x left top; 
	height:48px;
}

#dialog_button 
{
	cursor:pointer;
	background:url(/_images/layup/bg_dialog_close.png) no-repeat left top;
	width:56px;
	height:32px;
	float:right;
}
#dialog_button:hover 
{
	background-position:left bottom;
}

#dialog_title 
{
	color:white;
	display:block;
	font-size:16px;
	font-weight:bold;
	line-height:32px;
	height:32px;
	margin-left:10px;
}

#dialog_contentholder 
{
	padding:10px 10px 10px 10px;
	background-color:#c7d5e3;
	/*border-top:1px solid #8193ab;*/
}

#dialog_content 
{ 
	border:none;
	
	background-color:#000;
}

#dialog_messageText { line-height:1.5em; }

#dialog_message input { font-size:.9em; }