body{
	color:#000000;
	background-color:#ffffff;
}

body#smart{
	background:url(body.png);
}

#form h1{
    color:#e73c00;
    text-shadow:2px 1px 2px #f9f9f9;
    margin-left:10px;
}
#form form{
    padding:10px 0px 0px 0px;
    clear:both;
}
#form p{
    color:#646464;
    width:100%;
    float:left;
    clear:both;
    position:relative;
    padding:5px 0px;
}
#form label{
    color:#646464;
    float:left;
    width:120px;
    text-align:right;
    margin:10px 0px 5px 0px;
    padding-right:10px;
    line-height:20px;
}
#form input[type="text"]{
    float:left;
    margin:5px 0px 5px 0px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    padding:4px 4px 6px 4px;
    width:350px;
    color:#646464;
	border:1px #c9c9c9 solid;
    text-shadow:-1px 1px 1px #aaa;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:1px 1px 12px #3d0608;
    -webkit-box-shadow:1px 1px 12px #3d0608;
    box-shadow:1px 1px 3px #000;
}

#form textarea{
    float:left;
    margin:5px 0px 5px 0px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    padding:4px 4px 6px 4px;
    width:580px;
    color:#646464;
	border:1px #c9c9c9 solid;
    text-shadow:-1px 1px 1px #aaa;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:1px 1px 12px #3d0608;
    -webkit-box-shadow:1px 1px 12px #3d0608;
    box-shadow:1px 1px 3px #000;
}
#form textarea{
    overflow-x:hidden;
}
#form input[type="text"]:focus,
#form textarea:focus{
    -moz-box-shadow:0px 0px 8px #e73c00;
    -webkit-box-shadow:0px 0px 8px #e73c00;
    box-shadow:0px 0px 8px #e73c00;
}
#form input[type="submit"]{
    background-color:#a0a0a0;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    width:590px;
    height:46px;
    cursor:pointer;
    color:#ffffff;
    border:1px solid #a0a0a0;
    font-size:18px;
    font-weight:bold;
    cursor:pointer;
    float:right;
    margin:10px 240px 0 0;
}
#form input[type="submit"]:hover{
    color:#fff;
}
#form p.submit{
    height:40px;
}
#form label span{
    font-size:11px;
    line-height:20px;
    float:right;
    margin-left:3px;
    font-weight:bold;
    color:#f0f0f0;
    text-shadow:1px 0px 1px #000;
}
.error{
    background:transparent url(errormsg.png) no-repeat top left;
    width:203px;
    height:50px;
    position:absolute;
    top:-15px;
    right:-153px;
    font-size:11px;
    color:#fff;
}
.error span{
    margin-left:25px;
    line-height:40px;
    text-shadow:1px 1px 1px #555;
}
.loader{
    background:transparent url(ajax-loader.gif) no-repeat top left;
    width:31px;
    height:31px;
    float:right;
    margin-top:35px;

}
.success{
    height:31px;
	float:right;
	margin:35px 10px 0px 0px;
}
.envelope img{
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-88px;
    margin-left:-123px;
}

.ja{
	margin-left: 20px;
	margin-bottom:10px;
}

.en{
	margin-left: 20px;
}