﻿@charset "utf-8";
/* CSS Document */

#inner_Cont
{
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
}

#inner_Cont h4
{
	font-size:14px;
	padding:16px;
	border-bottom:1px solid #000000;
	margin-bottom:15px;
}

#inner_Cont h5
{
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	border-bottom:1px solid #000000;

}

#inner_Cont h6
{
	font-size:12px;
	padding-left:8px;
}

a
{
	text-decoration:underline;
	color:#000000;
}

input[type=text],input[type=password],input[type=file],select
{
	border: 1px solid #000000;
}

input[type=checkbox]
{
	margin-right:5px;
	margin-top:5px;
}

/*input[type=submit]
{
	background-image:url(../img/btn_f.png);
	background-repeat:no-repeat;
	margin-top:3px;
	height:29px;
	width:105px;
	padding-left:15px;
	cursor:pointer;
}*/

.btnNext
{
	background-image:url(../img/btn_f.png);
	background-repeat:no-repeat;
	margin-top:3px;
	height:29px;
	width:105px;
	padding-left:15px;
	cursor:pointer;
}

.btnBack
{
	background-image:url(../img/btn_b.png);
	background-repeat:no-repeat;
	margin-top:3px;
	height:29px;
	width:105px;
	padding-left:15px;
	cursor:pointer;
}

.btnUp
{
	background-image:url(../img/btn_u.png);
	background-repeat:no-repeat;
	margin-top:3px;
	height:29px;
	width:120px;
	padding-left:15px;
	cursor:pointer;
}

.btnNewOrder
{
	font-size:10px;
	background-image:url(../img/btn_f.png);
	background-repeat:no-repeat;
	margin-top:3px;
	height:29px;
	width:140px;
	padding-left:15px;
	cursor:pointer;
}

.userMsg
{
	border: 1px solid #000000;
	font-size:12px;
}



