@charset "utf-8";
/* CSS Document */
html, body	{
	font-family: "century Gothic";
	font-size: 12px;	
	background:url(../images/back3.jpg);
	line-height:1.2em;
	overflow:hidden;
	width:100%;
	height:100%;	
	margin:0;
	padding:0;
	
}
a	{
	color:#CCCCCC;
	font-size:10px;
	text-decoration:none;
	font-weight:bolder;
}
.history
{
	color:#333333;
	cursor:pointer;	
	font-size:11px;
	text-decoration:underline;
	font-weight:bolder;	
}
.tag_google
{
	font-size:11px;
}
.textbox	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	width:127px;	
	height:15px;
	padding-top:3px;
}
.cmd	{
	float:none;
	display:block;
	color:#FFF;
	vertical-align:top;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	font-stretch:expanded;
	border:1px solid #444;
	padding:0 5px 1px 5px;
	padding:0 4px 1px 4px;
	margin-left:3px;
	cursor:pointer;
	background-color: #353535;
	background-image: url(../images/btn_grey_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:24px;
}
.cmd:hover {
	background-color: #676767;
	background-image: url(../images/btn_grey_bg_hover.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.msg_error 		{
	font-size:12px;
	color:#FF3300;
	font-weight:normal;
	font-weight:bold;
}


.login_form
{
	width:705px;
	padding-top:150px;
/*	border:1px solid #33FF00;	*/
	background:url(../images/login2.png);
	height:318px;
	color:#FFFFFF;
/*	position:absolute;*/
	font-size:95%;
}