@charset "utf-8";

.contacttxt {
    text-align: center;
}

.formarea {
    width: 460px;
    border: solid 1px #ffffff;
    margin: 10px auto;
    margin-bottom: -10px;
    padding: 20px;
}

table {
    width: 470px;
    border-spacing: 5px;
    border-collapse: inherit;
    margin: 0px auto;
	table-layout: fixed;
}

th {
	width:80px;
    font-weight: 100;
    line-height: 200%;
	vertical-align: baseline;
	}

.checktd {
	width:380px;
    border-bottom: solid 1px #ffffff;
}

textarea {
    width: 310px;
    color: #333333;
    overflow: auto;
}

textarea:focus {
    border: 2px solid #FEC233;
}

.orange {
    color: orange;
    margin: 0px;
}


.text {
    color: #ffffff;
    padding: 20px 15px;
    text-align: center;
    line-height: 150%;
}

.text hr {
    width: 90%;
    border: 0 none;
    height: 1px;
    background-color: #ffffff;
}


.checktxt{
	width:310px;
	border:0px;
	background-color:#1D1005;
	color:#FFFFFF;
	overflow: auto;
	
	
}
.frame-bottom {
    width: 584px;
    height: 36px;
    background: url(../common/img/frame-bottom.jpg) no-repeat left top;
    margin: -10px auto 0px;
    position: relative;
}

input[type =
"text"] {
    width: 310px;
    height: 20px;
	color:#333333;
    border: 1px solid #a4a4a4;
}

input[type =
"text"]:focus {
    border: 2px solid #FEC233;
}

input[type =
"submit"] {
    color: #333333;
    background-color: #ffffff;
    text-align: center;
    width: 60px;
    margin: 5px 10px 0px 0px;
	float:left;
}

input[type =
"reset"] {
    color: #333333;
    background-color: #ffffff;
    text-align: center;
    width: 60px;
    margin: 5px 10px 0px 0px;
	float:left;
}