@charset "utf-8";

/*
 * This file is part of the lucoz package.
 * Copyright(c) 2008 Aimluck,Inc. All rights reserved.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

/*
 * form
 *
 * @package    lucoz
 * @author     Iwasaki Yoshiteru <iwasaki@aimluck.com>
 *
 */

/***************************************************
	F O R M
--------------------------------------------------*/


/***************************************************
	確認画面・完了画面メッセージ枠
--------------------------------------------------*/

.confirmMessage{
	background:#DCF0EF;
	border:#A9D8D6 2px solid;
	margin-bottom:10px;
	padding:40px 20px;
	text-align:center;
}


/***************************************************
	エラーメッセージ枠
--------------------------------------------------*/

.warningMessage{
	background:#FFD5D5;
	border:#F29C9F 2px solid;
	margin-bottom:10px;
	padding:20px;
	text-align:center;
	color:#E5004F;
	font-weight:bold;
}

.warningMessageOne{
	background:#FFD5D5 url(../../img/common/bg/bg_warning.gif) no-repeat 3px;
	border:#F29C9F 1px solid;
	margin-bottom:10px;
	padding:0px 2px 0px 20px;
	margin:5px 0px;
	font-size:82%;
	color:#E5004F;
}

/***************************************************
	注意用メッセージ枠
--------------------------------------------------*/

.noticeMessage{
	background:#DEEEB8;
	border:#CCE198 2px solid;
	margin-bottom:10px;
	padding:20px;
	text-align:center;
}

/***************************************************
	メッセージ枠
--------------------------------------------------*/

.normalMessage{
	background:#E4F3FA;
	border:#A4D1E8 1px solid;
	margin-bottom:10px;
	padding:10px;
	text-align:center;
}


