html, body{
	width: 100%;
	height: 100%;
}

/* Overlay */
#simplemodal-overlay{
	background-color: #90d6db;
}

/* Container */
#simplemodal-container{
	width: 626px;
}
.modal{
	width: 626px;
	padding: 0 0 8px 0;
	background: url(../images/modal/modal_bottom_bg.png) center bottom no-repeat;
}
.modal2{
	width: 626px;
	padding: 8px 0 0 0;
	background: url(../images/modal/modal_top_bg.png) center top no-repeat;
}
.modal3{
	width: 590px;
	padding: 10px 18px;
	font-family: Georgia;
	color: #ffffff;
	font-weight: bold;
	background: #273a3c url(../images/modal/modal_center_bg.gif) left bottom repeat-x;
	overflow: hidden;
	position: relative;
}
.modal3 .simplemodal-close{
	position: absolute;
	top: 4px;
	right: 12px;
	display: block;
	width: 21px;
	height: 15px;
	text-indent: -700em;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/modal/button_close.gif) left top no-repeat;
}
.size20{
	font-size: 20px;
}
.size16{
	font-size: 16px;
}
.size14{
	font-size: 14px;
}
.green{
	color: #acec23;
}
.blue{
	color: #16a8b9;
}
.modal3 h2{
	font-size: 26px;
	margin: 0 0 25px 0;
	font-weight: normal;
}
.modal3 .txt{
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #dfdede;
	line-height: 1.6em;
}
.modal3 p{
	margin: 0 0 15px 0;
	line-height: 1.6em;
}
.modal3 select{
	width: 250px;
	margin: 0;
	font-size: 18px;
}
.modal3 .input{
	width: 250px;
	margin: 0;
	font-size: 18px;
}
.modal3 .button_get{
	width: 111px;
	height: 28px;
	margin: 0;
	border: 0;
	background: url(../images/modal/button_get.gif) left top no-repeat;
	cursor: pointer;
}
.modal3 .button_get:hover{
	background: url(../images/modal/button_get.gif) left -28px no-repeat;
}
.modal3 table td{
	padding: 0 5px 0 0;
}