
body
{
	font-family: arial;
	color: #636652;
}

/**
*	clearfix downloaded from http://www.webtoolkit.info/css-clearfix.html
*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
/**
* END OF CLEARFIX
*/

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div, ol, ul, li, table, td, h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
	font-family: arial;
	color: #636652;
}

p
{
	margin-top: 15px;
	margin-bottom: 15px;
}

p.first
{
	margin-top: 5px;
}

form
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

a
{
	color: #636652;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

a:hover
{
	text-decoration: underline;
	color: #b94023;
}

a.colored
{
	color: #b94023;
}

input
{
	color: #000000;
}

input.text
{
	width: 178px;
	height: 18px;
	background-color: #ffe9b3;
	border-top: 1px solid #665d48;
	border-left: 1px solid #aa9b77;
	border-bottom: 1px solid #fff3d5;
	border-right: 1px solid #ffedc0;
}

select.sel_number
{
	width: 50px;
	height: 18px;
	background-color: #f4f0b1;
	border-top: 1px solid #626047;
	border-left: 1px solid #a3a076;
	border-bottom: 1px solid #f9f7d4;
	border-right: 1px solid #f6f3bf;
}

input.text_date
{
	width: 157px;
	height: 18px;
	background-color: #f4f0b1;
	border-top: 1px solid #626047;
	border-left: 1px solid #a3a076;
	border-bottom: 1px solid #f9f7d4;
	border-right: 1px solid #f6f3bf;
}

input.button
{
	height: 22px;
	color: #f7f3b6;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;

	background-image: url('../img/design/button.jpg');
	background-repeat: repeat-x;

	border-top: 1px solid #eef8bd;
	border-left: 1px solid #eef8bd;
	border-bottom: 1px solid #eef8bd;
	border-right: 1px solid #eef8bd;
}

