@charset "UTF-8";
/* CSS Document */

div#main{
	width:700px;
}

div.subscription td input.title{margin:0 20px 0 5px; padding:0;}
div.subscription td input.name{ width:60%; background:#f6f6f6; border:solid 1px #999; height:1.2em; font-size:100%;}
div.subscription td input.box{width:80%; background:#f6f6f6; border:solid 1px #999; height:1.2em; font-size:100%;}
div.subscription td textarea.message{width:80%; background:#f6f6f6; border:solid 1px #999; font-size:100%;}


