/****************************************************************************************************
- Styles in this sheet are used for customising textfields, textareas, checkboxes, radio buttons, 
  list menus, buttons, etc.
****************************************************************************************************/
form {
    padding: 0px;
    margin: 0px;
}

/* buttons */
.btn {
	/*
	float: left;
	*/
	margin-right: 2px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color:#ebebeb;
	border: 1px solid;
	border-color: #666666;
	cursor: pointer;
	padding: 0px 5px 0px 5px;
	text-align: center;
}

.btnhov {
	border: 1px solid;
	border-color: #666666;
  	background-color: #d7d7d7;
}

.width_10 {
	width: 10px;
}

.width_20 {
	width: 20px;
}

.width_60 {
	width: 60px;
}

.width_100 {
	width: 100px;
	padding-right: 2px;
}

.width_120 {
	width: 120px;
	padding-right: 2px;
}

.width_160 {
	width: 160px;
}

.align_left {
	text-align: left !important;
}

input {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}

input.textfield {
	width: 150px;
}

select {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}

textarea {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}