@charset "UTF-8";

/* Contacts
------------------------------*/

.error-message
	{color:red;}
em
	{font-style:normal; color:red; font-weight:normal; font-size:90%; _font-size:85%; *font-size:85%;}

table.formTable
	{width:100%;}
table.formTable th
	{width:200px;}
table.formTable td
	{}
table.formTable p
	{margin-bottom:0;}

form .size1
	{width:400px}
form .size2
	{width:80px}
form .button
	{}
form select,
form input
	{margin-top:3px; padding:2px;}
form *
	{font-size:100%;}


#notice
 	{margin:1em 0px; padding:0; border:1px solid #ccc; background-color:#f1eee8; }
#notice dt
	{padding:10px; background-color:#304e7e; color:#fff; line-height:1; text-align:center;}
#notice dd
	{padding:10px;}
