@charset "UTF-8";
/* CSS Document */
@import "nav.css";
@import "style_base.css";

a	{ text-decoration:none;}
img	{ border-style:none;}
ul	{ list-style:none; }
h1	{ font-size:medium; }
.clr	{ clear:both; }

.c_center		{ margin:12px 0 12px 0; text-align:center; }
.mailfrm 		{ margin: 30px 60px; font-size:12pt;}
.mailfrm .td1	{ width:200px;}
.mailfrm .email	{ width:250px; margin:3px 10px 3px 0;}

#contents {padding:10px 20px;}

.mma_title			{ color:#000; font-size:18pt; vertical-align:top; padding:15px 0; }
.mma_msg			{ color:#000; font-size:12pt; vertical-align:top; padding:15px 60px; line-height: 1.5em; }

label.error, .error {
    color: red;
}

