/* CSS Document */

/* SEARCH BAR */
#searchbar_sin{
	width:3px;
	height:26px;
	background-image: url(../img/search_left.gif);
	background-repeat:no-repeat;
	margin-left:160px;/* MOZILLA!!*/
	float:left;
	}
	
.search_text{
  text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
  margin:0px;
  margin-top:2px;
  padding:0px;  
  }

/* CONTENT */
/*col1*/

#col1{
width:230px;
margin-left:17px; /* 17px Mozilla */
background-color:#fff;
float:left;

}
/*col2*/
#col2{
width:480px;
margin-right:17px; /* 17px Mozilla */
background-color:#fff;
float:right;
text-align:left;

}

/* OTHERS */
.button {
	height:18px;
	width:26px;
	border:0px;
	margin:0px;
	margin-top:2px;
	padding:0px;
	background-image: url(../img/button1.gif);
	background-repeat:no-repeat;
	cursor: pointer;
}

input {
	height:16px;
	border:1px solid #999;
	margin:0px;
	margin-bottom:2px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}