@charset "utf-8";
/* CSS Document */

#promo_content {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
}

.promo_wrapper {
	margin-bottom: 2px;
	padding: 8px;
}

.promo_image_wrapper {
	border: 1px solid #CCCCCC;
	width: 102px;
	height: 102px;
	margin-right: 8px;
	float: left;
	overflow: hidden;
}

.promo_image {
	width: 100px;
	height: auto;
	padding: 1px;
}

.promo_title {
	font-weight: bold;
	font-size: 12px;
}

.clear {
	clear: both;
}

.promo_question {
	font-size: 12px;
	font-weight: bold;
}

form input[type=text], form select, form textarea
{
	border: 1px solid #ccc;
}

form input[type=text]:focus, form select:focus, form textarea:focus
{
	border: 1px solid #666;
}

.promo_tab {
	background-color: #eee;
	line-height: 30px;	
	width: 150px;
	text-align: center;
	float: left;
	margin-right: 2px;
	cursor: pointer;
}

.promo_tab_current {
	font-weight: bold;
	background-color: #ccc;
	line-height: 30px;	
	width: 150px;
	text-align: center;
	float: left;
	margin-right: 2px;
	cursor: pointer;
}

.promo_ty .header {
	font-size: 16px;
	font-weight: bold;
}
