﻿body
{
	background:#FFFFFF url('MisafirGovde.png') repeat-x;
	color:#000000;
	font:13px "Tahoma";
	margin:-1px;
	text-align:justify;
}

*a
{
	color:#E20A16;
	font-weight:bold;
	text-decoration:none;
}

*a:hover
{
	color:#E20A16;
	font-weight:bold;
	text-decoration:underline;
}

*b
{
	font:18px "Trebuchet MS";
	font-weight:bold;
}

*input[type="text"], input[type="password"], select
{
	background-color:#FEDEE0;
	border:1px solid #CCCCCC;
	color:#000000;
	font:12px "Tahoma";
	font-weight:normal;
	height:23px;
	width:300px;
}

*input[type="file"]
{
	background-color:#FFFFCC;
	border:1px solid #B6D2E5;
	color:#000000;
	font:12px "Trebuchet MS";
	font-weight:normal;
	height:23px;
	width:300px;
}

*input[type="radio"], input[type="checkbox"]
{
	background-color:#FEDEE0;
	border:1px solid #CCCCCC;
	height:24px;
	width:24px;
}

*textarea
{
	background-color:#FEDEE0;
	border:1px solid #CCCCCC;
	color:#000000;
	font:12px "Tahoma";
	font-weight:normal;
	height:75px;
	width:300px;
}