/* CSS Document */


#contact{
margin-top:15px;
margin-left:10px;
}

#contact a{
display:inline;
}

table{
	border-left:solid 1px #bed0db;
	border-top:solid 1px #bed0db;
	font-size:10pt;
	color:#666666;
	margin:20px 0px;
}
td{
	border-bottom: solid 1px #bed0db;
	border-right: solid 1px #bed0db;
	padding:5px;
}


#thanks{
	margin:20px;
}
#button{	
	margin:5px auto;
	text-align:center;
}
.text_area{
	border:solid 1px #bed0db;
	background:url(../images/common/text_area_back.jpg) no-repeat;
	width:300px;
	padding:2px;
}
.text_area_l{
	border:solid 1px #bed0db;
	background:url(../images/common/text_area_back.jpg) no-repeat;
	width:350px;
	padding:2px;
}
.text_area_s{
	border:solid 1px #bed0db;
	background:url(../images/common/text_area_back.jpg) no-repeat;
	width:200px;
	padding:2px;
}