﻿@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #E4F8FF;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
.wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
.formBox {
	background-image: url(../images/ydl_r4_c3.jpg);
	background-repeat: no-repeat;
	height: 210px;
	width: 456px;
	text-align: center;
}
.formBox p {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 16px;
	line-height: normal;
	width: 80%;
	text-align: right;
	padding-top: 7px;
	padding-right: 40px;
	padding-bottom: 7px;
	padding-left: 5px;
	color: #333;
}
.formBox p strong {
	font-size: 18px;
	font-weight: bold;
	color: #FF6503;
	letter-spacing: -1px;
	display: block;
}
.bottom {
	width: 950px;
	background-color: #014761;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	color: #FFF;
	font-size: 11px;
}
.bottom a {
	color: #FFF;
}
