@charset "utf-8";

/* VANFOOK PRESENT.CSS  */


/*--------------------------------------
*	
*	00.COMMON
*	01.PRESENT
*	02.FORM
*	03.THANKS
*
*--------------------------------------*/


/**-------------------------------------
	00.COMMON
---------------------------------------**/

h2
{
	margin-bottom: 30px;
}

div#contents
{
	margin: 0 auto 10px;
	width: 860px;
}

/**-------------------------------------
	01.PRESENT
---------------------------------------**/

div#present
{
	margin-bottom: 30px;
}

div#present:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

div#present{
	display:inline-block;
}

/* \*/
* html div#present{ 
	height:1%;
}
/* */

div#preBlo01
{
	margin: 0 20px 0 0;
}

div.presentBlock
{
	float: left;
	width: 420px;
	background: url(../images/bg.jpg) no-repeat bottom;
}

div.presentBlock h3
{
	padding: 8px 10px 8px 10px;
	background: url(../images/bg_head.jpg) no-repeat;
	font-size: 107%;
	font-weight: 600;
	line-height: 1.4;
	color: #333333;
}

div.presentBlock dl
{
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
	width: 400px;
	background: url(../../common/images/bg_line_467.gif) no-repeat;
}

div.presentBlock dl dt
{
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
	width:154px;
	height: 108px;
	background: url(../images/present_pic_bg.jpg) no-repeat;
	overflow: hidden;
}

div.presentBlock dl dd.presentDesc
{
	float: left;
	width: 230px;
	font-size: 92%;
	color: #4E4E4E;
}

div.presentBlock dl dd.presentDate
{
	clear: left;
	float: left;
	padding: 10px 0 10px 0;
	width: 400px;
	font-size: 92%;
	color: #3953A4;
}

/**-------------------------------------
	02.FORM
---------------------------------------**/

div#form
{
}

div#form table
{
	border: 1px solid #D8D8D8;
}

div#form table tr
{
}

div#form table th
{
	padding: 0 0 0 10px;
	width: 200px;
	height: 40px;
	background-color: #F1F1F1;
	font-weight: 800;
	color: #545454;
}

div#form table td
{
	padding: 0 0 0 10px;
	height: 40px;
}

input#name,
input#email
{
	width: 200px;
}

input#old
{
	width: 30px;
}

input#zip
{
	margin: 10px 0 0 0;
	width: 60px;
}

textarea#address
{
	margin: 10px 0;
	width: 400px;
	height: 50px;
	font-size: 92%;
	color: #555555;
	vertical-align: middle;
}

textarea#message
{
	margin: 10px 0;
	width: 400px;
	height: 100px;
	font-size: 92%;
	color: #555555;
}

.sendBtn
{
	display: block;
	margin: 15px auto 0;
	width: 120px;
	height: 40px;
	background: url(../../contact/images/button_send.jpg) no-repeat;
	border: none;
	overflow: hidden;
	text-indent: -9999px;
}

.sendBtn:hover
{
	background-position: bottom;
}

div#form p
{
	margin: 0 0 5px 0;
	font-size: 92%;
}

.must
{
	color: #B91518;
}

/**-------------------------------------
	03.THANKS
---------------------------------------**/

p.thanksMess
{
	color: #3A3A3A;
}

label.error
{
	padding-left: 10px;
	color: #B91518;
}