body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Verdana; 
	font-size:14px;
	color: #444243;
	background-color:#ffffff;
	margin:0 auto;
	width:700px;
}

:focus, :active { 
	outline: 0; 
} 

a, a:visited, a:hover{
	color: #444243;
}
a:hover{
	color:#F4295C;	
}

form{
	margin:0;
	padding:0;
}

.header{
	float:left;
	width:700px;
	text-align:center;
	margin-top:40px;
	margin-bottom:15px;
	font-size:17px;
}

#a{overflow:hidden;position: fixed;z-index: 100000;text-align:center;line-height:normal;_position: absolute;font-size:11px;}
	
.signup-form{
	position:relative;
	float:left;
	width:628px;
	padding:20px 35px;
	background-color:#F6F6F6;
	border-left:1px solid #D2D2D2;
	border-right:1px solid #D2D2D2;	
	text-align:center;
}
.signup-line{
	float:left;
	width:628px;
	text-align:left;
	margin-bottom:10px;
	font-size:12px;
}
.signup-left{
	float:left;
	width:290px;
	margin-right:45px;
	height:70px;
}
.signup-right{
	float:left;
	width:290px;
	height:70px;
}
.signup-text{
	float:left;
	font-size:18px;
	margin-bottom:3px;
	width:290px;
	text-align:left;
}
.signup-input{
	float:left;
	width:280px;
	border:1px solid #D2D2D2;
	padding: 3px 5px 3px 5px;
	font-size:18px;
	height:25px;
	margin-bottom:20px;
	color:#c6c6c6;
}
.button_preview, .button_get{
	width:140px;
	padding: 3px 5px 3px 5px;
	height:32px;
	margin-top:14px;
	background-color:#757474;
	color:#FFFFFF;
	font-size:18px;
	border:none;
}
.button_get{
	position:absolute; 
	top:263px; 
	left:370px;
	margin-right:0;
}

.footer{
	float:left;
	width:700px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

.myinfo{
	width:0px;
	height:0px;
	visibility:hidden;
}


tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(images/bubble.png) top left;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(images/bubble.png) bottom right;
	color:#ffffff;
}

td{
	padding-bottom:10px;
	width:80px;
}


