﻿/**************************************************/
#inquiry
{
	width: 100%;
}

#inquiry thead td
{
	font-weight:bold;
	color:#006;
	padding-bottom:5px;
	letter-spacing:1px;
	font-size:110%;
}

#inquiry thead td img
{
	margin:0 5 0 0;
	vertical-align:middle;
}

#inquiry td tbody td
{
	font-size:70% !important;
	line-height:15px;
	padding:5 0 0 12 !important;
}

#inquiry table
{
	width:100%;
	height:1;
}

#inquiry table thead td
{
	padding:0 0 1 12;
	background-color:#95B3DE;
	color:#FFF;
	font-weight:bold;
	font-size:70%;
	border-bottom:1px solid #95B3DE;
	vertical-align:bottom;
}

#inquiry table thead img
{
	margin:0 !important;
}

#inquiry table thead th
{
	background-color:#FFF;
	padding:0 !important;
	border-bottom:1px solid #95B3DE;
	text-align:right;
}

#inquiry table tbody td
{
	vertical-align:top;
	padding:5 0 0 0 !important;
	text-align:center;
}

#inquiry table tfoot
{
	text-align:center;
	font-size:70%;
}

#inquiry table a
{
	color:#909;
}

#inquiry table a:hover
{
	color:#069;
	text-decoration:underline;
}

#inquiry table table thead td
{
	text-align:center;
	background-color:#DDD;
	vertical-align:middle;;
	border-top:1px solid #DDD;	
	border-right:1px solid #EEE;
	border-bottom:1px solid #EEE;	
	font-weight:lighter;
	color:#333;
	padding:0 5 0 5 !important;
}

#inquiry table table tbody td
{
	border-bottom:1px solid #DDD;
	padding:8 15 5 15 !important;
	vertical-align:middle;
	text-align:left;
	font-size:60%;
}

#inquiry table table tbody th
{
	background-color:#B8CBE9;
	padding:2 !important;
}

#inquiry table table tbody td a
{
	color:#069;
}

#inquiry table table tbody td a:hover
{
	color:#909;
	text-decoration:underline;
}

/**************************************************/
#inquiry select
{
	font-size:95%;
	margin-left:10;
}

#inquiry textarea
{
	font-size:95%;
	margin-left:10;
}

#inquiry input
{
	font-size:95%;
	margin-top:3;
	margin-bottom:3;
	margin-left:2;
}


