form
{
    height: 100%;
}

.hover
{
    border: dotted 2px #A6A6A6;
    display: block;
}

fieldset { -moz-border-radius: 8px; border-radius: px; text-align:left;}

input{
    margin-right:3px;
}
/* Modal Styles */

.CommonModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333;
}

.CommonModal
{
	padding: 0 7px;
}

.CommonModal1, .CommonModal2, .CommonModal3, .CommonModal4, .CommonModal5 
{ 
	background-color: #ccc;
	background-image: url(../images/common/navigation-gradient.png);
	background-repeat: repeat-x;
	background-position: left -20px;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}

.CommonModal1 {	margin: 0 -2px;	padding: 0; border-top: solid 1px #666; border-bottom: solid 1px #666; border-left-width: 0px; border-right-width: 0px; }
.CommonModal2 { margin: 0 -2px; padding: 1px 0; border-left-width: 2px; border-right-width: 2px; }
.CommonModal3 { margin: 0 -3px; padding: 1px 0; }
.CommonModal4 { margin: 0 -2px; padding: 2px 0; }
.CommonModal5 { margin: 0 -2px; padding: 1px 0; }

.CommonModalTitle
{
	border-bottom: solid 1px #666;
	padding: 3px 6px 6px 6px;
	font-size: 130%;
	font-weight: bold;
	color: #000;
	cursor: move;
	min-height: 16px;
}

.CommonModalContent
{
	background-color: #fff;
}

.CommonModalFooter
{
	border-top: solid 1px #666;
	width: 100%;
	height: 20px;
}

.CommonModalClose
{
	width: 33px;
	height: 12px;
	background-image: url(../images/common/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 6px;
}

.CommonModalResize
{
	width: 14px;
	height: 14px;
	background-image: url(../images/common/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	right: 6px;
	margin-top: 4px;
	cursor: se-resize;
}

/* Accordion */
.accordionHeaderSelected,.accordionHeader, .accordionHeader1
{
     background-color:#7E7E7E;
    background-image:url(../images/btn_contactModules.gif);
    background-repeat:no-repeat;
    border:1px solid #2F4F4F;
    color:white;
    cursor:pointer;
    font-family:Arial,Sans-Serif;
    font-size:12px;
    font-weight:bold;
    margin-top:5px;
    padding:15px;
    padding-left:45px;    
    height:13px;
    text-align:left;
    vertical-align:baseline;
}


.accordion
{
    background-color:#7E7E7E;
}
.accordionContent
{   
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    background-color:#7E7E7E;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.modalBackground { background-color: Gray; filter: alpha(opacity=50); opacity: 0.5; }

.labelaskcss
{
    background-image:url(../admincp/images/graphics/icon_help.gif);
    background-repeat:no-repeat;
    padding-left:18px;    
}

.tbbe
{
    width:150px;
}
