﻿.cc-container
{
	font-family: Arial;
	font-size: 12px;
	font-weight:400;
	width: 100%;
	height: auto;
	color:#666;
	padding:3px 0 0 0;
}

.cc-contents
{
	margin:0 0 5px 12px;
	padding: 2px;
	width: 100%;
	
}

.cc-contents input[type=text]
{
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	padding:0 0 0 3px;
	height: 22px;
}
.cc-contents input.large
{
	width: 190px;
	font-size:12px;
	color:#616161;
	margin:5px 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: solid 1px #BDBCBC;
    background-color: #F9F7F7;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F9F7F7), to(#fff));
	background-image: -moz-linear-gradient(#F9F7F7, #fff);
	background-image: -webkit-linear-gradient(#F9F7F7, #fff);
	background-image: -o-linear-gradient(#F9F7F7, #fff);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F7F7, endColorstr=#fff)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F7F7, endColorstr=#fff)";	
}



.cc-contents input.small
{
	width: 64px;
}


.cc-contents input.small_box1
{
	width: 200px;
}

.cc-ddl
{
	width: 193px;
	color: #616161;
}
.cc-ddl .cc-ddl-header
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 4px;
	margin:5px 0 0 0;
	text-align: left;
	height: 18px;
	border-bottom: solid 1px #BDBCBC;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #F9F7F7;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F9F7F7), to(#fff));
	background-image: -moz-linear-gradient(#F9F7F7, #fff);
	background-image: -webkit-linear-gradient(#F9F7F7, #fff);
	background-image: -o-linear-gradient(#F9F7F7, #fff);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F7F7, endColorstr=#fff)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F7F7, endColorstr=#fff)";	
	cursor: pointer;
}
.cc-ddl-title
{
	background: url(../images/arrow.png) no-repeat right;
	width: 100%; 
}
.cc-ddl-contents
{
	width: 191px;
	position: absolute;
	background-color: #F9F7F7;
	overflow-y: scroll;
	height: 110px;
	border: solid 1px #A9A9A9;
	margin-top: -4px;
	left:0 157px;
	z-index:100;
}
.cc-ddl-contents a
{
	text-decoration: none;
	color: #616161;
	padding: 6px;
	display: block;
}
.cc-ddl-contents a:active, .cc-ddl-contents a:hover, .cc-ddl-contents a:visited
{
	text-decoration: none;
	color: #616161;
	background-color: #fff;
	display: block;
}
.cc-ddl-o
{
	display: none;
}


.enqiry { 
padding: 4px 20px 4px 20px; 
	background-color: #F9F7F7;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F9F7F7), to(#fff));
	background-image: -moz-linear-gradient(#F9F7F7, #fff);
	background-image: -webkit-linear-gradient(#F9F7F7, #fff);
	background-image: -o-linear-gradient(#F9F7F7, #fff);
cursor: pointer;
-moz-border-radius:3px 3px 3px 3px;
-webkit-border-radius:3px 3px 3px 3px; 
-khtml-border-radius:3px 3px 3px 3px;
-o-border-radius:3px 3px 3px 3px;
border-radius:3px 3px 3px 3px;
font-size:16px; color:#484747; 
font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-align:center;
-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	border: 1px solid #A9A9A9;
}

.enqiry:hover
{background:#fff;
 color:#fff;
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDDDDD), to(#B6B6B6));
	background-image: -moz-linear-gradient(#DDDDDD, #B6B6B6);
	background-image: -webkit-linear-gradient(#DDDDDD, #B6B6B6);
	background-image: -o-linear-gradient(#DDDDDD, #B6B6B6);
	border: 1px solid #A9A9A9;
} 