﻿
DIV.dlgframe
{
	background-color: White;
	border: solid 1px #A0A0A0;
	/*border: solid 1px #C0C0C0;*/
	z-index: 20000;	
}

DIV.dlgframe DIV.heading
{
	background-color: #4158a8;
	text-align: center;
	padding: 4px 0px;
	color: White;
	font-weight: 700;
}

DIV.dlgframe DIV.hdrbtns
{
	float: right;
	margin:  0px 4px;
}


DIV.dlgframe DIV.content
{
	padding: 10px 8px;
	/*border: solid 1px #bfbfbf;*/
	color: #404040;	
}

DIV.dlgframe DIV.content A
{
	font-weight: 700;
}

DIV.dlgframe DIV.content P
{
    line-height: 150%;
    margin-bottom: 0.5em;
}

DIV.dlgframe DIV.content TD, DIV.dlgframe DIV.content TH
{
    padding: 4px 4px;
    vertical-align: middle;
}

DIV.dlgframe DIV.content INPUT
{
    padding: 1px 2px;
}

DIV.dlgframe SPAN.regtype LABEL
{
    margin-right:20px;
}

DIV.dlgframe span.button
{
    height:23px;
    display:block;
}

DIV.dlgframe span.button A
{
    display:block;
    text-decoration:none;
    text-align:center;
    font-weight:normal;
}

DIV.dlgframe span.smallButton
{
	padding-right: 22px;
	background: url(images/small_button_r_part.png) no-repeat right;
}

DIV.dlgframe span.smallButton a 
{
	color: white;
	background: url(images/small_button_l_part.png) no-repeat left;
	padding: 5px 0 5px 10px;
	font-size: 11px;
}
