.frmShdwTopLt
{
	float : left;
	width : auto;
	background : url(/images/shadowUpperLeft.gif) top left no-repeat;
}

.frmShdwBottomRt
{
	float : left;
	width : auto;
	background : url(/images/shadowLowerRight.gif) bottom right no-repeat;
}

.frmShdwBottomLt
{
	float : left;
	width : auto;
	background : transparent url(/images/shadowBottomLeft.gif) bottom left no-repeat;
}

.frmShdwTopRt
{
	float : left;
	width : auto;
	background : transparent url(/images/shadowTopRight.gif) top right no-repeat;
}

.dialogButton
{
	border : 0;
	margin : 3px;
	padding : 0px 3px;
	font : 90%/180% "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	color : #666666;
	background-color : White;
	font-weight : bold;
	width : 60px;
	cursor : pointer;
}

.dialogButton:hover { color : Red; }

.textField
{
	border : 0;
	margin : 3px;
	padding : 0px 3px;
	font : 90%/180% "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	color : #666666;
}

.promptHeader
{
	color : #ffffff;
	border : 1px solid #4f6d82;
	border-bottom : none;
	background-color : #4f6d81;
	padding : 4px;
}

.prompt
{
	background : #fff url(/images/prompt_bg.jpg) bottom right no-repeat;
	border : 1px solid #4f6d81;
	border-top : none;
	position : relative;
	height : 160px;
	padding : 6px;
	color : #666666;
}