/*
 * Copyright © 2013 Keikyu Corporation All rights reserved.
 */

@charset "UTF-8";
html,body{
    height: 100%;
}

html {
    background-color: #EAEAEA;
}

#mainAreaWrapper {
    position: relative;
    width: 800px;
    height: 600px;
    margin: 0 auto;
}

#mainArea {
    position: relative;
    padding-bottom: 20px;
    background-color: #FFFFFF;
}

#kiyakuLogo {
    padding-top: 10px;
    margin: 0px 10px 10px 10px;
}

.borderLine {
    padding: 0;
    margin-bottom: 15px;
    height: 3px;
    background-color: #555555;
    overflow:hidden;
}

#heading {
    height: 32px;
    background-color: #555555;
    padding: 5px 0 0 5px;
}

#heading div {
    font-size: 24px;
    color: #ffffff;
    border-left: 3px #ffffff solid;
    padding-left:7px;
    margin: 2px 7px;
    line-height: 100%;
}

.subInfo {
    padding: 10px 15px 0;
}

#enquirySubmitButton:hover {
	background: url("/bundles/keikyunewsletter/images/close_btn_over.png");
}
#enquiryCloseButton:hover {
    background: url("/bundles/keikyunewsletter/images/close_btn_over.png");
}
#enquiryCompleteCloseButton:hover {
    background: url("/bundles/keikyunewsletter/images/close_btn_over.png");
}
.enquiry_alert {
	padding: 10px 15px 0;
}
#enquiry_form {
	padding-left: 15px;
	padding-right: 15px;
}

.labelField {
	margin-top: 15px;
	margin-bottom: 10px;
	color: #555555;
	font-size: 18px;
	font-weight: bold;
}

#email, #subject {
	width: 99%;
}

#body {
	width: 99%;
	height: 235px;
}

.buttonField {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.buttonArea {
	margin-top: 30px;
	text-align: center;
	width: 50%;
}

#enquirySubmitButton {
	background: url("/bundles/keikyunewsletter/images/close_btn.png");
    background-repeat: no-repeat;
    width: 253px;
    height: 37px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #ff4800;
    margin-left: 100px;
    margin-right: 45px;
}

#enquiryCloseButton {
    background: url("/bundles/keikyunewsletter/images/close_btn.png");
    background-repeat: no-repeat;
    width: 253px;
    height: 37px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#enquiryCompleteCloseButton {
    background: url("/bundles/keikyunewsletter/images/close_btn.png");
    background-repeat: no-repeat;
    width: 253px;
    height: 37px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 15px;
}

.emailNote {
    float: right;
    font-size: 14px;
    color: #FF0000;
}

#faqLink {
    padding: 10px 15px 0;
}
#faqLink a {
    color: #FF0000;
}