﻿.x{}




fieldset
{
    margin-left:auto;
    margin-right:auto;
    border-width:1px;
    border-style:solid;
}



fieldset.contact
{
    width: 540px;
    
}

fieldset.contact div.line {
margin-bottom:8px;
}



fieldset.sendToFriend
{
    width: 580px;
}


legend
{
    border-width:1px;
    border-style:solid;
    padding: 2px 6px;
    margin-left:12px;
} 

label.contact_label
{
    width: 170px;
    float: left;
    text-align: right;
    margin-right: 5px;
    display: block
}

.contact_input
{
    /*color: #781351;
    background: #fee3ad;*/
    border-style: solid;
    border-width:1px;
}

div.submit
{
    margin-left: 175px;
}

div.submit input
{
    color: #000;
    /*background: #ffa20f;*/
    border: 2px outset #d7b9c9
} 




.lbl_context_menu
{

    width: 200px; 
    padding:2px; 
    padding-right: 20px; 
}


.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}


a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}
