
body
{
	font-family: arial;
	color: #6a6a6a;
}

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

div, ol, ul, li, table, td
{
	margin: 0px;
	padding: 0px;
	font-family: arial;
	color: #6a6a6a;
}

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

a
{
	color: #6a6a6a;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

a.colored
{
	color: #303030;
}

input
{
	color: #000000;
}

input.text
{
	width: 178px;
	height: 18px;
	background-color: #68bdd7;
	border-top: 1px solid #2a4c56;
	border-left: 1px solid #457e8f;
	border-bottom: 1px solid #abdae9;
	border-right: 1px solid #83c9de;
}

select.sel_number
{
	width: 50px;
	height: 18px;
	background-color: #68bdd7;
	border-top: 1px solid #2a4c56;
	border-left: 1px solid #457e8f;
	border-bottom: 1px solid #abdae9;
	border-right: 1px solid #83c9de;
}

input.text_date
{
	width: 157px;
	height: 18px;
	background-color: #f6f19f;
	border-top: 1px solid #626040;
	border-left: 1px solid #a4a16a;
	border-bottom: 1px solid #faf7ca;
	border-right: 1px solid #f8f3b0;
}

input.button
{
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	background-color: #e64542;
	border: 1px solid #e64542;
	/*
	background-image: url('../img/design/button.gif');
	background-repeat: repeat-x;

	border-top: 1px solid #0591bb;
	border-left: 1px solid #309ec8;
	border-bottom: 1px solid #62ADD6;
	border-right: 1px solid #309ec8;
	*/
}
