
/* form elemek */

.button {
	background-image: url("../images/search.png");
	border: none;
	width: 59px;
	height: 23px;
	color: #f2c804;
	font-weight: bold;
	font-size: 12px;
}

form
{
	text-align: center;
}

label.inputtitle,
input.txtfield,
textarea.txtarea,
input.smbutton
{
	font-size: 11px;
}

label.inputtitle
{
	display: block;
	color: #792d16;
	font-weight: bold;
}

input.txtfield
{	
	background-image: url(../images/inputbg.jpg);
}

textarea.txtarea
{	
	background-image: url(../images/areabg.jpg);
	background-color: #faf9f7;
}

input.txtfield,
textarea.txtarea
{
	padding: 3px;
	width: 249px;
	border: solid 1px #792d16;
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

textarea.txtarea
{
	font-family: tahoma;
	font-size: 12px;
	height: 70px;
}

input.smbutton
{
	background-image: url(../images/inputbg.jpg);
	background-repeat: repeat-x;
	background-color: #faf9f7;
	font-weight: bold;
	color: #792d16;
	border: solid 1px #792d16;
	margin-top: 10px;
	height: 30px;
	width: 70px;
	text-align: center;
}

