@charset "utf-8";
/* CSS Document */
.my_textfield{
	width:80%;
	color:#300;
	-moz-border-radius: 3px;
	border: 1px solid #999;
	text-align:center;
	vertical-align:text-bottom;

}

.my_textfield:hover{
	border-color:#f2cb16;
	background-color:faf5de;
}

.table1{
	width:50%;
	float:left;
}
.table2{
	width:50%;
	float:left;
}
.table_wrapper{
	width:100%;
	float:left;
}
.space{
 float:left;
 width:5000px;	
}

