#fadeinfo {
	font:#1c2932;
	float:left;
	margin-left:100px;
}


#cloudtagbutton {
		COLOR: #686868; 
		FONT-SIZE: 16px; 
		FONT-FAMILY: courier;
		margin-right:25px;
		margin-top:10px;
		float:right;
}
		
.formlogin  input {
		float:left;
		margin-left:75px;
		margin-top:15px;
		padding-left:5px;
		BACKGROUND: #686868; 
		BORDER-LEFT: #686868 1px solid; 
		BORDER-BOTTOM: #76797C 1px solid; 
		BORDER-RIGHT: #76797C 1px solid; 
		BORDER-TOP: #686868 1px solid; 
		COLOR: #1c2932; 
		FONT-SIZE: 16px; 
		FONT-FAMILY: courier;

		}
				
.formlogin input:hover {
background-color:#663366;
}


#mypanel {
        position: fixed;
        width: 100%;
        height: 50px;

        margin-bottom:5px;
}

.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: white;
background: #1c2932; filter:alpha(opacity=20); -moz-opacity:0.9; opacity: 0.9;  none repeat scroll 0 0; 
    
/*background of Drop Down Panel*/
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin-right: 20px;
font: normal 12px Arial;

}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: right;
color: white;
background: #1c2932; filter:alpha(opacity=20); -moz-opacity:0.9; opacity: 0.9; none repeat scroll 0 0 url(images/login/toggleleft.gif) no-repeat left bottom; /*background of toggle tab*/
text-decoration: none;
letter-spacing: 1px;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
background: transparent #1c2932; filter:alpha(opacity=20); -moz-opacity:0.9; opacity: 0.9; none repeat scroll 0 0url(images/login/toggleright.gif) no-repeat right bottom;
padding: 1px 12px 4px 13px;
cursor: pointer;
}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 2px;
margin-left: 5px;
}

.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
background-color: transparent #1c2932; filter:alpha(opacity=20); -moz-opacity:0.9; opacity: 0.9; none repeat scroll 0 0; /*background of toggle tab onMouseover*/
}

.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddpanel .ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent #1c2932; filter:alpha(opacity=20); -moz-opacity:0.9; opacity: 0.9; none repeat scroll 0 0;
}

