
a.btnsignin, a.btnsignout {
	background:#CC3399;
	padding:8px 8px;	
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
a.link {
	color:#FF0066;
}
a.link:hover {
	color:#0000FF;
}

a.btnsignin:hover, a.btnsignout:hover {
	background:#FF6600;
}
a.btnsigninon {
	background:#FF3333;
	color:#fff;
	outline:none;
}
#frmsignin {
	display:none;
	background-color:#fff;
	position:absolute;
	top: 77px;
	width:270px;
	padding:2px;
	font-size:11px;
	-moz-border-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-radius:5px;
	border-style:solid;
	border-width:medium;
	border-color:#FF6600;
/*	border-top-left-radius:0;*/
	z-index:100;
}
#frmsignin input[type=text], #frmsignin input[type=password], #frmsignin select {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #666;
	margin:0 0 5px;
	padding:5px;
	width:110px;
}

#frmsignin p {
	margin:0;
}
#frmsignin label {
	font-weight:normal;
}
#submitbtn {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#6666FF;
	border:1px solid #fff;
	color:#fff;
	padding:5px 8px;
	margin:0 0px 0 0;
	font-weight:bold;
}
#submitbtn:hover, #submitbtn:focus {
	border:1px solid #000;
	cursor:pointer;
}
.submit {
	padding-top:5px;
}
#msg {
	color:#F00;
}
#msg img {
	margin-bottom:-3px;
}
#msg p {
	margin:5px 0;
}
#msg p:last-child {
	margin-bottom:0px;
}

/* Tab Content - menucool.com */

ul.tabs
{
    padding: 7px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    padding: 7px 16px;
    border: 1px solid #CCC;
    border-bottom-color:#B7B7B7;
    color: #000;
    background: #F0F0F0 url(tabbg.gif) 0 0 repeat-x;
    border-radius: 3px 3px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    border: 1px solid #B7B7B7;
    background:#F0F0F0 url(tabbg.gif) 0 -36px repeat-x;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background:#66FF66;
    border: 1px solid #B7B7B7;
    border-bottom-color: white;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
    border: 1px solid #B7B7B7; padding: 5px;
    background-color:#FFF;
    border-radius: 0 3px 3px 3px;
}
div.tabcontents1
{
    border: 1px solid #B7B7B7; padding: 5px;
    background-color:#FFF;
    border-radius: 0 3px 3px 3px;
    margin-top:-19px;
    
}
.h
{
    color:#BB06BF;
    font-weight: bold;
    font-size:12px;
    padding:0px;
}


