/*
	Copyright DTDigital         :: www.dtdigital.com.au ::
	Unauthorised modification / use is a criminal offence, and
	will be prosecuted to the fullest extent permitted by law.
	All Rights Reserved
*/

body
{
	background: none;
}


#popup
{
	padding: 6px;
	text-align: left;
}
#popup .logo
{
	float: right;
}
#popup #header
{
	padding: 0 0 0 19px;
	background: url(gr_popup_header-bg.gif) 0 0 no-repeat;
	height: 75px;
}
#popup #header img
{
	margin: 21px 0 0 0;
}

#popup .table03 tr td
{
	background-color: #EEEBE6;
	color: #2C271E;
}
#popup .table03 tr.dark td
{
	background-color: #E8E3DD;
}
#popup .table03 th.tl
{
	width: 20%;
}
#popup .table03 th.tr
{
	width: 80%;
}

#popup .field label
{
	width: 120px;
}
#popup .field input
{
	width: 200px;
}
#popup .field.field02
{
	padding: 0 0 9px 0;
}
#popup .field.field02-sml
{
	padding: 0 0 2px 0;
}
#popup .field.field02 label, #popup .field.field02-sml label
{
	width: 184px !important;
	line-height: 17px;
	color: #3B3328;
	display: block;
	float: left;
	text-align: left;
	font-size: 1em;
	padding: 0;
}
#popup .field.field02 input, #popup .field.field02-sml input
{
	width: 185px;
	margin: 0;
}
#popup .field.field02 input.input01
{
	width: 174px;
	margin: 0 3px 0 0;
}
#popup .field.field02-sml input.checkbox
{
	margin: 0 3px 0 0;
}

#popup .field.field02 input.input03
{
	width: 60px;
	float: left;
}

#popup .hr_dotted
{
	clear: both;
	height: 1px;
	padding-bottom: 13px;
	background: url(gr_hr_dotted_brown.gif) repeat-x;
}
