/*  entry
----------------------------------------------------------*/
html { background: #f3f3f3; color: #333; height: 100%; }

#entry_return{
	background: #f3f3f3;
    padding: 93px 0 72px;
}
#entry_return .common-section {
    text-align: center;
}
#entry_return .entry_toptxt {
	text-align: center;
	line-height: 2.2;
	margin-top: 55px;
}
#entry_return .entry_toptxt span {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
}
#entry_return table.form-tbl {
	width : 860px;
	margin: 50px auto;
}
#entry_return table.form-tbl tr th, #entry_return table.form-tbl tr td {
	border : #e0e0e0 solid 1px;
	padding : 8px 0;
	font-size : 0.65em;
	vertical-align : middle;
	text-align: left;
}
#entry_return table.form-tbl tr th {
	width : 250px;
	background-color : #e4ecf1;
	padding-right : 8px;
	padding-left : 20px;
}
#entry_return table.form-tbl tr td {
	padding-left : 20px;
	background-color : #fff;
} 
#entry_return table.form-tbl .text-box01, #entry_return table.form-tbl .text-box02, #entry_return table.form-tbl .text-box03 {
	height : 30px;
	line-height : 30px;
}
#entry_return table.form-tbl .text-box01 {
	width : 460px;
}
#entry_return table.form-tbl .text-box02 {
	width : 185px;
}
#entry_return table.form-tbl .text-box03 {
	width : 100px;
}
#entry_return table.form-tbl textarea {
	height : 123px;
	width : 520px;
}
#entry_return table .error span.validationMessage {
	display : block;
	color : #FF3E3E;
	font-size : 0.9em;
	margin-top : 5px;
}
#entry_return table.form-tbl tr.last-el-child th, #entry_return table.form-tbl tr:last-child th {
	vertical-align : top;
	padding-top : 15px;
}
#entry_return table.form-tbl table .error input.text-box01, #entry_return table.form-tbl table .error input.text-box02, #entry_return table.form-tbl table .error textarea {
	width : 560px;
	border : #e0e0e0 solid 1px;
	border-radius : 5px;
}
#entry_return table .error input.text-box01, #entry table .error input.text-box02, #entry table .error textarea {
	background-color : #FFD0D0;
}
#entry_return  #submit_btn {
	margin-top: 40px;
	margin-bottom: 20px;
}
#entry_return  #submit_btn .submit {
	width : 280px;
	height : 60px;
	font-size : 22px;
	line-height : 26px;
	background-color : #39B2D1;
	border : #ccc solid 1px;
	border-radius : 5px;
	padding-top : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	padding-left : 10px;
	color : #FFFFFF;
	cursor : pointer;
	letter-spacing: 0.4em;
}
#entry_return  #submit_btn .submit:hover {
	background-color : #75D6EF;
}
#entry_return  #submit_btn .submit:active {
	background-color : #9BDEEF;
}
/*Webkit*/
::-webkit-input-placeholder    {color: #B0B0B0}
 
/*Firefox 19ȍ~*/
::-moz-placeholder    {color: #838383}
 
/*Firefox 18ȑO*/
:-moz-placeholder    {color: #838383}
 
/*Windows IE*/
:-ms-input-placeholder    {color: #C6C6C6} 
