@charset "utf-8";
/* CSS Document */
body{
	font: 80%/1.4  Arial, Helvetica, sans-serif;
	background-color:#f5f5f5;
}
	
	
.container{
	width:900px;
	height:680px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-340px 0 0 -450px;
	padding:0;
	background-color:#ffffff;
	-moz-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow:0px 0px 10px 7px rgba(140, 140, 140, 0.3);
-webkit-box-shadow:0px 0px 10px 7px rgba(140, 140, 140, 0.3);
box-shadow:0px 0px 10px 7px rgba(140, 140, 140, 0.3);

}
.right {
	background:url(images/green.png);
	background-repeat:repeat-x;
	float:right;
	z-index:1000;
	width:450px;
	height:680px;
	margin:0;
	padding:0;

border-radius: 0px 10px 15px 0px / 0px 10px 15px 0px ;
-moz-border-radius: 0px 10px 15px 0px  / 0px 10px 15px 0px ;
}
.content {
	float:left;
	width:540px;
	height:590px;
	margin:0;
	padding:0;
}
	
.footer {
	position:relative;
	width:450px;
	height:50px;
	margin: -10px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	font-size:9px;
	line-height:100%;
	color:#999999;
	
}
	
fieldset		{ padding: 10px; position: relative; }
.signin				{ position: absolute; bottom: -120px; right: 0px; }
.signin2			{ position: absolute; top: -15px; left: 50px; }
