@charset "UTF-8";
/* SVN FILE: $Id: style.css 1248 2009-10-28 17:17:34Z ryuring $ */
/**
 * メールフォーム
 *
 * PHP versions 4 and 5
 *
 * Baser :  Basic Creating Support Project <http://basercms.net>
 * Copyright 2008 - 2009, Catchup, Inc.
 *								18-1 nagao 1-chome, fukuoka-shi 
 *								fukuoka, Japan 814-0123
 *
 * @copyright		Copyright 2008 - 2009, Catchup, Inc.
 * @link			http://basercms.net BaserCMS Project
 * @package			baser.plugins.mail.vendors.css
 * @since			Baser v 0.1.0
 * @version			$Revision: 1248 $
 * @modifiedby		$LastChangedBy: ryuring $
 * @lastmodified	$Date: 2009-10-29 02:17:34 +0900 (木, 29 10 2009) $
 * @license			http://basercms.net/license/index.html
 */
#mail table{
	margin-left:15px;
	margin-right:15px;
	display:block;
	width:auto;
}
#mail .col-input{
	width:240px!important;
}
#mail .col-description{
	font-size:10px;
}
.error-message,.message{
	color:#C00;
}
.message{
	color:#C00;
	margin:10px;
}
input.form-error{
	background-color:#FFF0F0;
}
.submit{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}