/* author mkapinos@istrefa.com */

/* FORM ELEMENTS */
form {
	margin: 0;
	padding: 0;
}
.label {
	float:left;
	width: 100px;
	margin: 5px 10px 5px 0;
	white-space: nowrap;
}
input, select {
    vertical-align: middle;
}

.data {
	float:left;
	width: 510px;
	margin: 5px 0 5px 0;
}

.tform th{
	width: 130px;
	padding: 5px 10px 5px 0;
	white-space: nowrap;
}
.tform td{
	width: 510px;
	padding: 5px 0 5px 0;
}

#addComment label {
	float:left;
	width: 50px;
}
#addComment .clear{
	margin-bottom:10px;
}

label {
	font-weight: bold;
}

input, select, textarea {
	font-family: tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size:11px;
    margin:2px;
    padding:2px;
}
input, select {
	height:21px;
}
option {
    margin:2px;
}



input .nextButton {
	width: 100px;
	height: 40px;
	float: right;
}
/* END FORM ELEMENTS */

input.search  {
    /*background-image: url(i/but-search-bg.gif);*/
    background-color: transparent;
    background-image: url(i/new_button_1.png);
    width:97px;
    height:30px;
    border:0;
    font-weight: normal;
    cursor: pointer;
    color:#ffffff;
    padding-bottom:13px;
    font-size:13px;
}
input.search2  {
    background-image: url(i/but-search-bg2.gif);
}
input.search3  {
    background-image: url(i/but-search-bg3.gif);
    width:106px;
    height:32px;
    font-size:12px;
    color:#ffffff;
}