.textbox {
	border: 1px solid #7b0e13;
	background-color: #fff;
	padding-left: 2px;
	padding-right: 2px;
	width: 200px;
	font-family: tahoma;
	font-size: 12px;
	color: #606060;
}

.textarea {
	border: 1px solid #7b0e13;
	background-color: #fff;
	padding:2px;
	width: 400px;
	height: 200px;
	overflow: auto;
	font-family: tahoma;
	font-size: 12px;
	color: #606060;
}

.button {
	background-color: #7b0e13;
	border: 1px solid #fff;
	font-size: 12px;
	color: #f5f5f5;
	font-weight: bold;
	cursor: pointer;
}

span.error {
	padding-left: 10px;
	color: #7b0e13;
	font-weight: bold;
}

label.ilabel
{
    display: block;
    font-weight: bold;
    color: #7b0e13; 
    padding-top: 5px;
    padding-bottom: 5px;
}

/*news*/

.categoryInactive, .categoryActive {
	background-color: #d7b369;
	border: 2px solid #fff;
	color: #f5f5f5;
	font-weight: bold; 
	/*width: 60px;*/
	padding: 3px 5px 3px 5px;
	vertical-align: middle; 
	text-align: center; 
	float: left;
	margin-right: 15px;
}

.categoryInactive a {
	color: #fff;
	font-weight: bold; 
	font-size: 13px;
	display: block;
	text-decoration: none;
}

.categoryActive a {
	color: #7b0e13; 
	font-weight: bold; 
	font-size: 13px;
	display: block;
	text-decoration: none;
}

/*gyik*/

.row2 {
	background-color: #fff;
}

.row1 {
	background-color: #cccccc;
}
