html {
	overflow: hidden;
}
body {
	font: normal 16px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.js div#noscript {
	display: none;
}
.no-js div#noscript {
	position: relative;
	top: 0px;
	display: block;
	background-color: #fc891e;
	color: #ffffff;
	font: bold 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	z-index: 999;
	text-align: center;
}
div#debug {
	position: absolute;
	top: 0px;
	margin: 0 auto;
	background-color: #000000;
	color: #ffffff;
}

/* ------------------------------
 *  Black Curtain (blind)
 * ------------------------------*/
div#blind {
	width: 100%;
	height: 100%;
	background-color:#000000;
	z-index:100;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}


/* ------------------------------
 *  Main Controller (Logo & Menu)
 * ------------------------------*/
div#main-ctlr {
	position:relative;
	top:100px;
  	margin: 0 auto;
	width: 450px;
	z-index:200;
}

/* ------------------------------
 *  Logo
 * ------------------------------*/
h1#logo{
  	margin: 0 auto;
   	width:250px;
    padding: 10px 0px 20px;
    border-radius: 20px;
  	z-index:200;
}
h1#logo a, h1#logo img{
	outline: none;
}
.rgba h1#logo{
  	background: rgba(255, 255, 255, 0.7);
 }
.no-rgba h1#logo {
	-pie-background: rgba(255, 255, 255, 0.7);
	behavior: url(PIE.php);
}
.no-js h1#logo {
	background-color: #ffffff;
	position: fixed;
	top: 35px;
	left: 50px;
}
h1#logo>a, h1#logo>a:focus, h1#logo>a:active {
    outline: none;
}
h1#logo img {
    display: block;
    margin: 0px auto;
    outline: none;
}
h1#logo img:focus, h1#logo img:active {
    outline: none;
}

/* ------------------------------
 *  Menu
 * ------------------------------*/
div#menu {
	zoom: 1;
	position: relative;
	top: -75px;
	left: 34px;
	border: 0px solid #FFF;
	display: none;
}
div#menu>a{
	position: relative;
	width: 120px;
	height: 120px;
	border: 0px solid #FFF;
	display: inline-block;
	vertical-align: top;
	margin: 3px;
	text-align: center;
	text-decoration: none;
}
.ie6 div#manu>a,
.ie7 div#menu>a {
	zoom: 1;
	display: inline;
}
div#menu>a#company span.circle{
	background-color: #B4001D;
}
div#menu>a#products span.circle{
	background-color: #181916;
}
div#menu>a#inquiry span.circle{
	background-color: #B4001D;
}
div#menu>a span.circle {
	margin-top: -50px;
	margin-left: 20px;
	width: 80px;
	height: 80px;
	border: 0px solid #000;
	display: block;
	border-radius: 100px;
}
.ie8 div#menu>a span.circle {
	behavior: url(PIE.php);
}
.ie6 div#menu>a span.circle,
.ie7 div#menu>a span.circle {
	margin-top: -55px;
	margin-left: 0px;
}
div#menu>a span.menu-title{
	font: normal 22px/14px 'Yanone Kaffeesatz', "Helvetica Neue", sans-serif;
	color: #ffffff;
	margin-top: 40px;
	margin-left: 0px;
	display: block;
	height: 18px;
	text-shadow: 1px 2px 0px #000;
}
.ie6 div#menu>a span.menu-title,
.ie7 div#menu>a span.menu-title {
	font: normal 22px/26px 'Yanone Kaffeesatz', "Helvetica Neue", sans-serif;
	zoom: 1;
	position: relative;
	top: -10px;
}

/* --------------------------
 *  Panels
 * --------------------------*/
div.pane {
	color:#fff;
	padding: 0px 0px;
	z-index: 250;
	overflow: scroll;
}
.rgba div.pane {
	background:rgba(0,0,0,0.7);
}
.no-rgba div.pane {
	-pie-background: rgba(0, 0, 0, 0.7);
	behavior: url(PIE.php);
}
div#company-pane {
	position:fixed;
	top:0px;
	left: 0px;
  	width: 0%;
/*	width: 650px;*/
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	border-right: 0px solid #000;
}
.no-js div#company-pane {
	position:fixed;
	top:20px;
	left: 35%;
	width: 65%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	border-right: 0px solid #000;
}
div#company-pane>div.pane-close {
	position: absolute;
	top: 390px;
	left: 600px;
  	width: 50px;
	height: 46px;
	/* background: url(../img/pane-close.png) no-repeat; */
	background-color: #000;
	border-radius: 18px 0px 0px 18px;
	background-position: 0 0;
}
.no-js div#company-pane>div.pane-close {
	display: none;
}
div#company-pane>div.pane-close:hover {
	cursor: pointer;
}
div#company-pane>div.pane-close>div {
	position: relative;
	top: 12px;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 23px 10px 0;
	border-color: transparent #8C0A21 transparent transparent;
}
div#company-pane>div.pane-close>div:hover {
	border-color: transparent #DC304C transparent transparent;
}
div#inquiry-pane {
	position:fixed;
	top:0px;
	right: 0px;
  	width: 0%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	border-left: 0px solid #000;
}
div#inquiry-pane>div.pane-close {
	position: absolute;
	top: 390px;
	left: 0px;
  	width: 50px;
	height: 46px;
	background-color: #000;
	border-radius: 0px 18px 18px 0px;
	background-position: 0 -192px;
}
div#inquiry-pane>div.pane-close:hover {
	cursor: pointer;
}
div#inquiry-pane>div.pane-close>div {
	position: relative;
	top: 12px;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 23px;
	border-color: transparent transparent transparent #8C0A21;
}
div#inquiry-pane>div.pane-close>div:hover {
	border-color: transparent transparent transparent #DC304C;
}
div#products-pane {
	position:fixed;
	bottom: 0px;
  	width: 100%;
	height: 0%;
/*	height: 300px;*/
	overflow-x: hidden;
	overflow-y: hidden;
	border-top: 0px solid #000;
}
.no-js div#products-pane {
	position:fixed;
	top: 320px;
	left: 0px;
  	width: 380px;
	height: 320px;
	overflow-x: hidden;
	overflow-y: auto;
	border-top: 0px solid #000;
}
div#products-pane>div.pane-close {
	position: absolute;
	top: 0px;
	left: 400px;
  	width: 50px;
	height: 46px;
	background-color: #000;
	border-radius: 0px 0px 18px 18px;
	background-position: 0 -384px;
}
.no-js div#products-pane>div.pane-close {
	display: none;
}
div#products-pane>div.pane-close:hover {
	cursor: pointer;
}
div#products-pane>div.pane-close>div {
	position: relative;
	top: 12px;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 10px 0 10px;
	border-color: #8C0A21 transparent transparent transparent;
}
div#products-pane>div.pane-close>div:hover {
	border-color: #DC304C transparent transparent transparent;
}

/* --------------------------
 *  Panel contents
 * --------------------------*/
div.pane>.content{
	margin: 20px 30px 50px;
	color: #ffffff;
	font: 300 20px/23px 'Yanone Kaffeesatz', "Helvetica Neue", sans-serif;
}
div.pane>.ja{
    font: normal 14px/20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
div#company-pane>div.content {
	width: 590px;
}

div#inquiry-pane>div.content {
	width: 590px;
}
div.pane h2 {
	font: normal 32px 'Yanone Kaffeesatz', "Helvetica Neue", sans-serif;
	color: #ffffff;
	margin: 15px 0px 10px 0px;
}
div.pane .ja h2 {
    font: normal 30px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
div#company-pane h2 {
	text-shadow: 3px 2px 0px #870018;
}
div#company-pane h3 {
	margin: 0px 20px 15px;
	font: normal 29px 'Yanone Kaffeesatz', "Helvetica Neue", sans-serif;
	text-shadow: 3px 2px 0px #870018;
}
div#company-pane h4 {
	margin: 5px 0px 5px;
	font: normal 22px 'Yanone Kaffeesatz', "Helvetica Neue", sans-serif;
	text-shadow: 2px 1px 0px #870018;
}
div#company-pane div.messages {
	margin-bottom: 30px;
}
div#company-pane div.messages p{
	margin-bottom: 13px;
}
div#company-pane .ja h3 {
    font: bold 24px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
div#company-pane .ja h4 {
    font: bold 19px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
div#company-pane div.info {
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	margin-right: 60px;
	margin-bottom: 10px;
}
.ie6 div#company-pane div.info,
.ie7 div#company-pane div.info {
	zoom: 1;
	display: inline;
}
div#company-pane div.info p{
	margin-left: 8px;
}
div#company-pane dl.info {
	margin-left: 25px
}
div#company-pane dl.info dt {
	margin-bottom: 5px;
	text-shadow: 2px 1px 0px #870018;
	float: left;
}
div#company-pane dl.info dd {
	margin-bottom: 5px;
	margin-left: 120px;
}
div#company-pane .ja dl.info dd {
	margin-left: 90px;
}
div#inquiry-pane h2{
	text-shadow: 3px 2px 0px #870018;
}
div#inquiry-pane h3{
	font: normal 20px/23px "Yanone Kaffeesatz", "Helvetica Neue", sans-serif;
	margin-bottom: 15px;
}
div#inquiry-pane .ja h3 {
    font: normal 14px/20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
div#inquiry-pane a.mailto {
	display: block;
	margin-left: 25px;
	/* color: #BB1F3C; */
	color: #FFFFFF;
	font-weight: 400;
}
div#inquiry-pane a.mailto:hover {
	/* color: #DC304C; */
	/* color: #FFFFFF; */
	color: #BB1F3C;
}
div#products-pane h2{
	text-shadow: 3px 2px 0px #870018;
}
img#new-ico {
    position: relative;
    top: -15px;
    left: 0px;
}
ul#catalogs {
	margin: 0px 0px;
	min-width: 650px;
	padding: 25px 2%;
}
ul#catalogs>li {
	font: normal 29px "Yanone Kaffeesatz", "Helvetica Neue", sans-serif;
	list-style-type: none;
	position: relative;
	width:33%;
	height: 120px;
	border: 0px solid #000;
	display: inline-block;
	vertical-align: top;
	padding-right: 0%;
	text-align: center;
	text-decoration: none;
}
.no-js ul#catalogs>li {
	display: list-item;
	height: auto;
	width: 100%;
}
.ie6 ul#catalogs>li,
.ie7 ul#catalogs>li {
	zoom: 1;
	display: inline;
}
ul#catalogs>li>ul {
	margin-left: 10%;
	padding: 0px 0px 0px 10px;
}
ul#catalogs>li>ul>li {
	font: normal 24px "Yanone Kaffeesatz", "Helvetica Neue", sans-serif;
	text-align: left;
}
ul#catalogs li>a {
	font: normal 29px "Yanone Kaffeesatz", "Helvetica Neue", sans-serif;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	display: block;
}
ul#catalogs li>a>span.ja {
    font: normal 21px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#catalogs li>a:hover {
	color: #BB1F3C;
}

/* ---------------------------
 *  overlays (modal windows)
 * ---------------------------*/
div.overlay {
	background-color: #000000;
	border: 6px solid #000000;
	display: none;
	z-index: 300;
}
div.fb-likebox-overlay {
	border: 5px solid #283C67;
	width: 300px;
	height: 550px;
	display:none;
    z-index:100;
    border-radius: 20px;
	behavior: url(PIE.php);
}
.rgba div.fb-likebox-overlay {
  	background: rgba(255, 255, 255, 0.8);
}
.no-rgba div.fb-likebox-overlay {
	-pie-background: rgba(255, 255, 255, 0.8);
}
div.fb-likebox-overlay div.wrap-overlay {
    overflow: hidden;
    position: relative;
}
/* close button positioned on upper left corner */
div.fb-likebox-overlay .close {
	background-image:url(../img/close-s.png);
	position:absolute;
	right:-10px;
	top:-10px;
	cursor:pointer;
	height:28px;
	width:28px;
    z-index:100;
}
div.fb-likebox-overlay iframe {
    position: relative;
    left : -1px;
    top: -1px;
    /*
	height: 90%;
	width: 100%;
    */
	border: 0px solid #333;
    border-radius: 20px;
	behavior: url(PIE.php);
}

div.map-overlay {
	background-color: #0e0d0d;
	border: 6px solid #0e0d0d;
	width: 400px;
	height:300px;
	display:none;
}
div.map-overlay div.wrap-overlay {
	width: 400px;
	height: 300px
}
/* close button positioned on upper left corner */
div.map-overlay .close {
	background-image:url(../img/close-s.png);
	position:absolute;
	right:-10px;
	top:-10px;
	cursor:pointer;
	height:28px;
	width:28px;
}
div.map-overlay iframe {
	height: 100%;
	width: 100%;
	border: 0px solid #333;
}
div.map-overlay a{
	font: normal 17px "Yanone Kaffeesatz", "Helvetica Neue", sans-serif;
	color: ##BB1F3C;
	text-align: left;
}
div.pdf-overlay {
}
div.pdf-overlay .close {
	background-image:url(../img/close-l.png);
	position:absolute;
	left:-22px;
	top:-22px;
	cursor:pointer;
	height:45px;
	width:45px;
}
div.pdf-overlay iframe {
	height: 93%;
	width: 100%;
	border: 0px solid #333;
}
div.pdf-overlay div.footer {
	height: 7%;
	background-color: #000000;
}

/* ---------------------------
 *  Buttons
 * ---------------------------*/
button,
input.button,
a.button {
	display: block;
	border-radius: 10px;
	box-shadow: 2px 3px 1px #444;
	font: normal 24px 'Yanone Kaffeesatz', "Helvetica Neue", sans-serif;
	color: #ffffff;
	line-height: 1;
	margin: 5px auto 5px;
	padding: 6px 6px;
	text-align: center;
	text-shadow: 0px 0px 2px #000;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
button:active,
input.button:active,
a.button:active {
	position: relative;
	top: 3px;
	left: 2px;
	box-shadow: 0px 0px 0px #888;
	outline: none;
}

input.download,
a.download {
	background: #B4001D;
	background: linear-gradient(top, #EF2A39, #B4001D);
	border: 1px solid #B4001D;
	border-top: 1px solid #EF2A39;
	font: normal 22px 'Yanone Kaffeesatz', "Helvetica Neue", sans-serif;
	padding: 4px 6px;
	width: 250px;
}
.ja input.download,
.ja a.download {
    font: bold 15px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ie9 input.download,
.ie9 a.download {
	-pie-background: linear-gradient(top, #EF2A39, #B4001D);
	behavior: url(PIE.php);
}
input.download:hover,
a.download:hover {
	background: #EF2A39;
	background: linear-gradient(top,#EF2A39, #B4001D);
	border-top: 1px solid #EF2A39;
}
.ie9 input.download:hover,
.ie9 a.download:hover {
    -pie-background: linear-gradient(top,#EF2A39, #B4001D);
	behavior: url(PIE.php);
}
input#open-fb-likebox,
a#open-fb-likebox {
	background: #3B5998;
	background: #;
	background: linear-gradient(top,#3B5998, #283C67);
	border: 1px solid #283C67;
	border-top: 1px solid #3B5998;
	width: 140px;
	height: 24px;
	display: inline-block;
	font: bold 20px 'Tahoma', 'Yanone Kaffeesatz', "Helvetica Neue", sans-serif;
	color: #FFFFFF;
	margin: 5px auto 5px;
	padding: 3px 2px;
}

.ie9 input#open-fb-likebox,
.ie9 a#open-fb-likebox {
	-pie-background: linear-gradient(top,#3B5998, #283C67);
	behavior: url(PIE.php);
}
.ie6 input#open-fb-likebox,
.ie7 input#open-fb-likebox,
.ie6 a#open-fb-likebox,
.ie7 a#open-fb-likebox {
	zoom: 1;
	display: inline;
}
input#open-fb-likebox:hover,
a#open-fb-likebox:hover {
	background: #4B72C5;
	background: linear-gradient(top,#4B72C5, #283C67);
	border-top: 1px solid #4B72C5;
}
.ie9 input#open-fb-likebox:hover,
.ie9 a#open-fb-likebox:hover {
	-pie-background: linear-gradient(top,#4B72C5, #283C67);
	behavior: url(PIE.php);
}
.no-js input#open-fb-likebox,
.no-js a#open-fb-likebox{
	display: none;
}

input#open-map,
a#open-map,
input#open-map-ja,
a#open-map-ja {
	background: #BB1F3C;
	background: linear-gradient(top,#BB1F3C, #E10F25);
	border: 1px solid #E10F25;
	border-top: 1px solid #BB1F3C;
	width: 50px;
	height: 22px;
	display: inline-block;
	color: #ffffff;
	margin: 5px auto 5px;
	padding: 3px 2px;
}

input#open-map,
a#open-map {
	font: normal 17px 'Yanone Kaffeesatz', "Helvetica Neue", sans-serif;
}
input#open-map-ja,
a#open-map-ja {
    font: bold 15px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ie9 input#open-map,
.ie9 a#open-map,
.ie9 input#open-map-ja,
.ie9 a#open-map-ja {
	-pie-background: linear-gradient(top,#BB1F3C, #E10F25);
	behavior: url(PIE.php);
}
.ie6 input#open-map,
.ie7 input#open-map,
.ie6 a#open-map,
.ie7 a#open-map,
.ie6 input#open-map-ja,
.ie7 input#open-map-ja,
.ie6 a#open-map-ja,
.ie7 a#open-map-ja {
	zoom: 1;
	display: inline;
}
input#open-map:hover,
a#open-map:hover,
input#open-map-ja:hover,
a#open-map-ja:hover {
	background: #EF2A39;
	background: linear-gradient(top,#EF2A39, #E10F25);
	border-top: 1px solid #EF2A39;
}
.ie9 input#open-map:hover,
.ie9 a#open-map:hover,
.ie9 input#open-map-ja:hover,
.ie9 a#open-map-ja:hover {
	-pie-background: linear-gradient(top,#EF2A39, #E10F25);
	behavior: url(PIE.php);
}
.no-js input#open-map,
.no-js a#open-map
.no-js input#open-map-ja,
.no-js a#open-map-ja{
	display: none;
}

button#send {
	background: #181916;
	background: linear-gradient(top,#363831, #181916);
	border: 1px solid #181916;
	border-top: 1px solid #363831;
	width: 75px;
	height: 32px;
	display: inline-block;
	font: normal 20px 'Yanone Kaffeesatz', "Helvetica Neue", sans-serif;
	color: #ffffff;
	margin: 0px auto;
	padding: 0px 2px 9px;
}
.ie9 button#send {
	-pie-background: linear-gradient(top,#363831, #181916);
	behavior: url(PIE.php);
}
.ie6 button#send,
.ie7 button#send {
	zoom: 1;
	display: inline;
}
button#send:hover {
	background: #52554B;
	background: linear-gradient(top,#52554B, #181916);
	border-top: 1px solid #52554B;
}
.ie9 button#send:hover {
	-pie-background: linear-gradient(top,#52554B, #181916);
	behavior: url(PIE.php);
}

/* ---------------------------
 *  Form elements
 * ---------------------------*/
div#inquiry-pane hr{
	margin-bottom: 10px;
}
div#inquiry-pane iframe {
	width: 100%;
	border: none;
}
form#inquiry-form {
	margin-top: 20px;
}
form#inquiry-form ul {
	padding: 0px 0px 0px 0px;
}
form#inquiry-form li {
	padding: 0px 0px;
	margin: 0px 0px 14px 0px;
	zoom:1;
	overflow: hidden;
	list-style-type: none;
}
form#inquiry-form li.buttons{
	height:40px;
	margin-bottom: 0px;
	position: relative;
}
form#inquiry-form li:after{
    content: "";
    display: block;
    clear: both;
}
form#inquiry-form li#foli-note {
	display: none;
}
form#inquiry-form li#foli-ordersheet {
	display: none;
}
form#inquiry-form li.hide {
	display: none;
}
form#inquiry-form div.column-field {
	width: 130px;
	margin-right: 6px;
}
form#inquiry-form div {
	float: left;
	padding: 0px 0px;
	margin: 0px 0px;
	border-width: 0px;
	width: 340px;
}
form#inquiry-form label {
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px;
	border-width: 0px;
	width: 210px;
	text-align: right;
	color: #ffffff;
	font: normal 22px/22px 'Yanone Kaffeesatz', "Helvetica Neue", sans-serif;
}
form#inquiry-form select>option:first-child,
form#inquiry-form input.placeholder {
   color: #918f8f;
   font-weight: normal;
   font-style: italic;
}
form#inquiry-form input::-webkit-input-placeholder {
	color: #918f8f;
	font-weight: normal;
	font-style: italic;
}
form#inquiry-form input:-moz-placeholder {
	color: #918f8f;
	font-weight: normal;
	font-style: italic;
}
form#inquiry-form input:-ms-placeholder  {
	color: #918f8f;
	font-weight: normal;
	font-style: italic;
}
form#inquiry-form .field {
	font: normal 15px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    border: 2px solid #afacac;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-radius: 6px;
    margin: 0px 0px 0px 0px;
    color: #000;
    background-color: #ffffff;
    /** Don't apply PIE.htc to Select BOX just for border-radius!! **/
    /** User CAN NOT SELECT select box option on IE if you apply it. **/
    /*behavior: url(PIE.php);  */
}
form#inquiry-form .field:focus {
	background-color: #ffffff;
}
form#inquiry-form .text,
form#inquiry-form .textarea {
	width: 360px;
	padding: 3px;
}
.ie6 form#inquiry-form .text,
.ie7 form#inquiry-form .text,
.ie6 form#inquiry-form .textarea,
.ie7 form#inquiry-form .textarea {
	padding: 1px;
}
form#inquiry-form input.file {
	/*height: 25px;*/
	background-color: #ffffff;
	/*color:#ffffff;	*/
	font: normal 16px/16px 'Yanone Kaffeesatz', "Helvetica Neue", sans-serif;
}
form#inquiry-form input.medium {
	width: 16em;
}
form#inquiry-form input.large {
	width: 22em;
}
form#inquiry-form input.fn {
	width: 8em;
}
form#inquiry-form input.ln {
	width: 12em;
}
form#inquiry-form select.large {
	width: 22em;
}
form#inquiry-form textarea.small {
	height: 6em !important;
}
form#inquiry-form textarea.medium {
	height: 9em;
}
form#inquiry-form button {
	margin-left: 480px;
}
form#inquiry-form p.instruct {
	margin: 5px 0px 0px;
	color: #ffffff;
	font: italic 16px/18px 'Yanone Kaffeesatz', "Helvetica Neue", sans-serif;
}
form#inquiry-form img.help {
	opacity: 0.6;
	vertical-align: middle;
	height: 22px;
	width: 22px;
}
form#inquiry-form img.help:hover {
	opacity: 1.0;
}
.tooltip {
	display:none;
	background-color: #ffffff;
	border: 2px solid #000000;
	width:205px;
	padding: 5px 3px;
	margin: 0 0 !important;
	font: normal 17px/17px 'Yanone Kaffeesatz', "Helvetica Neue", sans-serif !important;
	color:#000 !important;
	box-shadow:0px 0px 5px #ffffff;
	border-radius:4px;
	z-index: 300;
	/** Don't apply PIE.htc to tooltip just for border-radius and box-shadow!! **/
	/** Tooltip will never appear on IE7/IE8 if you apply it. **/
/*	behavior: url(PIE.php);*/
}
.tooltip em{
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color: transparent transparent #ffffff;

	/* positioning */
	position:absolute;
	top:-17px;
	left:95px;
}
/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:17px;
	background-color:#D6452B;
	border: 1px solid #e39486;
	font: normal 17px/17px 'Yanone Kaffeesatz', "Helvetica Neue", sans-serif;
	color:#000;
	padding:2px 10px;
	margin-left:-2px;
	border-radius:4px;
	box-shadow:0px 0px 5px #ffffff;
	/* positioning */
	position:absolute;
}
/** Don't apply PIE.htc to error bubbles on IE7 just for border-radius and box-shadow!!The error bubbles will be broken if you apply it. **/
.ie8 .error {
	behavior: url(PIE.php);
}
.error p {
	margin: 0 0;
}
/* pure CSS arrow */
.error em {
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color: transparent transparent #D6452B;

	/* positioning */
	position:absolute;
	top:-17px;
	left:60px;
}
.waiting {
	display: none;
	width: 24px;
	height: 24px;
	background:url(../img/waiting.gif) no-repeat;
}
form#inquiry-form .waiting {
	position: absolute;
	top: 6px;
	left: 438px;
	margin: 0px 0px;
}
div#thx-inquiry-msg {
	display: none;
	color: #ffffff;
	font: normal 2em/1.4em 'Yanone Kaffeesatz', "Helvetica Neue", sans-serif;
	position:fixed;
	top:200px;
	margin: 0 auto;
	width: 450px;
	z-index:200;
	text-align:center;
    padding: 15px 25px;
    border-radius: 25px;
  	z-index:250;
  	behavior: url(PIE.php);
}
.rgba div#thx-inquiry-msg{
  	background: rgba(0, 0, 0, 0.85);
 }
.no-rgba div#thx-inquiry-msg {
	-pie-background: rgba(0, 0, 0, 0.85);
}
div#fb {
    position: fixed;
    bottom: 20px;
    left: 55px;
    width: 230px;
    height: 50px;
    padding: 0px 10px;
	font: normal 22px 'Yanone Kaffeesatz', "Helvetica Neue", sans-serif;
    border-radius: 10px;
    display: none;
	behavior: url(PIE.php);
}
.rgba div#fb{
  	background: rgba(255, 255, 255, 0.7);
 }
.no-rgba div#fb {
	-pie-background: rgba(255, 255, 255, 0.7);
}
