@charset "utf-8";
/* CSS Document */


/* SearchBox */
		.SearchBox {
			background: url(../images/searchbox_bgrep.gif) repeat-x 0 0;
			margin: 85px 220px 0 0;
			width: 142px;
			height: 28px;
			border: 1px solid #d3d3d3;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			/*position: absolute;
			right: 20px;
			top: 10px;
			z-index: 1;*/
			}
		.SearchBox span {
			cursor: pointer;
			position: absolute;
			right: 7px;
			top: 3px;
			z-index: 1;
			}
	.SearchBox input {
		/*font-family: Opensans, Arial, Helvetica, sans-serif;*/
		}
	.SearchBox input[type=text] {
		background: none;
		border: 0;
		color: #333333;
		float: left;
		font-size: 13px;
		font-family: Opensans, Arial, Helvetica, sans-serif;
		height: 23px;
		line-height: 22px;
		padding: 2px 10px;
		width: 92px; /* padding subtracted */
		}
	.SearchBox input[type=submit] {
		border: 0;
		background: url(../images/searchbox.png) no-repeat 5px 7px;
		float: left;
		height: 28px;
		width: 30px;
		}