
/* form elemek */

.button {
	background-image: url("../images/search.png");
	border: none;
	width: 59px;
	height: 23px;
	color: #032820;
	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: #062f24;
	font-weight: bold;
}

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

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

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

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

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

input.txtfield_s {
	font-size: 11px;
	background-image: url(../images/inputbg.jpg);
	padding: 3px;
	width: 40%;
	border: solid 1px #849590;
	background-repeat: repeat-x;
	margin-bottom: 5px;
}

input.smbutton_s {
	font-size: 11px;	
	background-image: url(../images/btnbg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #062f24;
	border: solid 1px #849590;
	margin-bottom: 5px;
	height: 30px;
}
	
