﻿
div.modal 
{
	width:auto;
	max-width:800px;
	
}

div.modal_tl 
{
	position:relative;
	top:10px;
	height:10px;
	width:18px;
	background:url(/images/modal_left_top.png) right bottom no-repeat;
}

div.modal_tr 
{
	margin-left:18px;
	margin-right:-18px;
	padding-top:10px;
	background:url(/images/modal_right_top.png) right top no-repeat;
	position:relative;
}

div.modal_bl 
{
	background:url(/images/modal_left_btm.png) left bottom no-repeat;
	padding-left:18px;
	position:relative;
	left:-18px;
}

div.modal_br 
{
	margin-right:-18px;
	padding-right:18px;
	background:url(/images/modal_right_btm.png) right bottom no-repeat;
}

div.modal_br div.content 
{
	padding:0 30px 40px 0;
	/* height:570px; */
}

div.content .scroll 
{
	overflow:auto;
	/* overflow: -moz-scrollbars-vertical;
	height:500px; */
}

div.modal_br div.content a.close 
{
	display:block;
	padding-right:18px;
	background:url(/images/icon_close.gif) no-repeat center right;
}
