﻿/* LAYOUT */
html 
{
	-webkit-text-size-adjust:none
}

	#searchBox .searchBoxLeft
	{
		float: left;
		width: 2px;
		height: 42px;
		background: transparent url('gfx/search_box_left.png') no-repeat 0 0;
	}
	#searchBox .searchBoxRight
	{
		float: right;
		width: 2px;
		height: 42px;
		background: transparent url('gfx/search_box_right.png') no-repeat 0 0;
	}
	#searchBox input.searchText
	{
		background: transparent url(gfx/search_text_bg_right.png) no-repeat scroll right 0;
		border: medium none;
		height: 17px;
		margin-right: -17px;
		padding: 7px 7px 4px 13px;
		width: 140px;
		color: #000;
	}
	#searchBox .searchTextWrapper
	{
		float: left;
		margin: 8px 17px 0 4px;
		background: transparent url('gfx/search_text_bg_left.png') no-repeat 0 0;
	}
	
	
#page.newsLetter .box .newsLetterTxtWrapper
	{
		margin: 0px 17px 0 4px;
		background: transparent url('gfx/search_text_bg_left.png') no-repeat 0 0;
		width: 175px;
		clear: both;
		float: none;
	}
	
	#page.newsLetter .box input.newsLetterTxt,
	#page.newsLetter .box input.password
	{
		background:transparent url(gfx/search_text_bg_right.png) no-repeat scroll right 0;
		border:medium none;
		height:17px;
		margin-right:-17px;
		padding:6px 7px 4px 10px;
		width:170px;
	}
/*
body[orient="landscape"] 
{
	font-size: 100%;
}

body[orient="portrait"]
{
	font-size: 10%;
}*/

