﻿/* ============================================================
   content.css
   Copyright 2009 BKK Search.
============================================================ */
@import "base.css";
@import "common.css";

/* ------------------------------------------------------------
   content
------------------------------------------------------------ */
#content h2 {
	height      : 30px;
	margin      : 0;
	padding     : 0;
	border      : 1px solid #8DC70A;
	background  : url("../images/h2.gif") left top;
	color       : #fff;
	line-height : 30px;
	text-align  : center;
	font-weight : normal;
	font-size   : 16px;
}

h3 {
	height      : 25px;
	margin      : 0;
	padding     : 0;
	border      : 1px solid #8DC70A;
	background  : url("../images/h3.gif") left top;
	color       : #fff;
	line-height : 25px;
	text-align  : center;
	font-weight : normal;
	font-size   : 14px;
}

#content h4 {
	margin      : 0;
	padding     : 10px 0;
	color       : #333;
	font-weight : normal;
	font-size   : 12px;
}

#content br.clear {
	clear : both;
}

#content img.left-image {
	float : left;
	margin : 0 10px 0 0;
}

#content .sentence {
	margin  : 5px 0;
	padding : 0 10px;
}

/* ------------------------------------------------------------
   search
------------------------------------------------------------ */
#search form {
	width : 640px;
	margin : 5px 0;
}

#search .search-label {
	width     : 60px;
	font-size : 15px;
}

#search .search-text {
	width     : 470px;
	border    : 1px solid #8DC70A;
	font-size : 15px;
}

#search .search-button {
	width     : 100px;
	font-size : 15px;
}