/* Main Style */
*, body {
    font-family: helvetica,Arial,SANS-SERIF;
}
#wrapper {
    width: 604px;
    margin: 0 auto;
}

/* Header */
#header {
    margin:40px auto 10px;
	text-align:center;
}

/* Content */
#content {
    clear:both;
    padding: 20px 25px 5px;
	width:560px;
}
#sub_content {
	clear:both;
	margin:25px auto 0;
	text-align:center;
}
p {
    color:#3b423d;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

/* Form */
label {
    color: #979696;
    font-size: 12px;
}
.input_text {
    width: 284px;
    height:30px;
    color: #3b423d;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 2px;
}
.input_send {
    padding: 5px 10px;
    font-weight: bold;
}
/* error */
#error {
    color:red;
    font-size: 12px;
    font-style: italic;
    margin-top: 15px;
    text-align: center;
    display:none;
}

/* Footer */
#footer {
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
    color: #979696;
    font-size: 10px;
}
#footer a {
    color: #979696;
    text-decoration: none;
    border-bottom: 1px dotted #979696;
}
#footer a:hover {
    border-bottom: 1px solid #979696;
}
#footer .light {
    border-bottom: none;
}
#footer .light:hover {
    border-bottom: none;
    cursor: default;
}