html {overflow: hidden;} /*we don't need any scrolls for our html */
body
{
	margin: 0;
	padding:0;
	font-family: arial,sans-serif;
	font-size: 15px;
}

#toolbar
{
	height: 40px;
	overflow: hidden;
	position:relative;
}

#toolbar table
{
margin-top:-3px;
}

#search
{
	float: left;
	width: 400px;
}

#main
{
	margin-left: 400px;
}

#links
{
	height: 25px;
}

#close
{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 5px;
	background: url(../images/btn2.gif) transparent no-repeat;
}

#arrow
{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 25px;
	background: url(../images/btn2.gif) transparent no-repeat;
	background-position: -16px 0;
}

#twitter
{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 45px;	
	background: url(../images/twitter.jpeg) transparent no-repeat;
}

#extra
{
	height: 100px;
}

#iframe { overflow: hidden;} /*this is to remove the scroll when not needed*/

#iframe, iframe
{
	width: 100%;
	height: 100%;
	border:0px;
}
a {text-decoration:none;}
a img {border:none;}

.in_big {width:280px;height:23px; border:#004b70 1px solid;border-right-color:#d94c2f; margin:5px 0 19px 32px;font-size:16px;font-weight:normal;float:left; }
a.main_btn {display:block;height:27px;width:115px;background:url(../images/main_btn.gif) no-repeat center center;z-index:9999;float:right;margin-left:-20px;cursor:pointer !important;margin-top:5px;}
.add_place {margin:9px 25px;}
.cls {height:15px;width:15px;position:absolute;top:11px;right:11px;}
.cls a {cursor:pointer;}
