﻿@charset "utf-8";

/*------------------------------------------------------------------------------
CSS Modules Import
Date: 2013-3-6
Copyright © Kujukuri Driving School. All Rights Reserved.
------------------------------------------------------------------------------*/

.errTxt01 {
	color: #ff0000;
}

.btnArea {
	text-align: center;
	background-color: #E3D9CC !important;
}


.textArea01 textarea.ui-input-text {
	height: auto !important;
}


/* ----------------------------------------

clearfix

---------------------------------------- */

.clearfix:after,
.pager:after {
	display: block;
	content: '';
	clear: both;
}