#searchtabs .tab-wrapper{
	position:absolute;
	top:40px;
	left:0;
	width:100%;
	height:345px;
	overflow:hidden;
	clear:left;
}
.tab-menu a {
	text-decoration:none !important;
}
.results .tab-menu, #searchtabs .tab-menu{
	margin:0;
	padding:0;
	position:relative;
	top:0;
	left:0;
	list-style:none;
	overflow:hidden;
	height:40px;
}
.results .tab-menu li, #searchtabs .tab-menu li{
	margin:0;
	padding:0 3px 0 0;
	float:left;
	font-size:20px;
	line-height:40px;
	height:40px;
}
.results .tab-menu li a, #searchtabs .tab-menu li a {
	text-decoration:none;
	background: transparent url('../images/tabs.png') left -45px no-repeat;
	float:left;
	position:relative;
	display:inline;
}

.results .tab-menu li.yellow a, #searchtabs .tab-menu li.yellow a {
	background: transparent url('../images/tabs_yellow.png') left -45px no-repeat;
}

#searchtabs h4, #searchtabs .tab-menu li a span, .results .tab-menu li a span{
	/*text-transform:capitalize;*/
	font-weight:normal;
	font-size:20px;
	display:block;
	float:left;
	height:40px;
	line-height:40px;
	margin:0;
	padding:0 18px;
	color:#179BE9;
	text-decoration: none;
}

#searchtabs h4 {
	float:none;
	position:relative;
	top:0;
	left:0;
	display:block;
	line-height:20px;
	width:87px;
	padding:10px 0;
	height:auto;
	text-align:center;
	background-color: #fff;
	color:#000;
}

.results .tab-menu li a span, #searchtabs .tab-menu li a span {
	cursor:pointer;
	background: transparent url('../images/tabs.png') right -90px no-repeat;
}

.results .tab-menu li a span, #searchtabs .tab-menu li a span.multirow {
   line-height: 18px;
   font-size: 16px;
   padding-top: 2px;
   height: 38px;
   text-transform: none;
}

.results .tab-menu li.yellow a span, #searchtabs .tab-menu li.yellow a span {
	background: transparent url('../images/tabs_yellow.png') right -90px no-repeat;
}

#searchtabs .tab-menu li a:hover,
#searchtabs .tab-menu li a:focus
{
/* your effect here */
}
#searchtabs .tab-menu li.tab-selected {
	background: transparent url('../images/tab_menu_selected_rounder.png') bottom right no-repeat;
}
.results .tab-menu li.tab-selected a, #searchtabs .tab-menu li.tab-selected a{
	text-decoration:none;
	color:#000;
	background: transparent url('../images/tabs.png') 0 0 no-repeat;
}
.results .tab-menu li.tab-selected a span, #searchtabs .tab-menu li.tab-selected a span {
	background: transparent url('../images/tabs.png') right -135px no-repeat;
	color:#000;
}
#searchtabs .tab-container {
	height: 341px;
	position:absolute;
	margin-top:5px;
	width:100%;
	clear:both;
	float:left;
	background-color: #fcfcfc;
	z-index: 1;
}

.homepage .smallerPadding {
	padding:0 10px !important;
}

#newlycarousel ul.tab-menu {
	position:absolute;
	top:-40px;
	right:50px;
	float:right;
}
#newlycarousel ul.tab-menu li {
	float:left;
}
#newlycarousel li.tab-selected {
	background: url('../images/smalltab_selected.png') 0 0 no-repeat !important;
}
#newlycarousel li.tab-selected a:visited,#newlycarousel ul li.tab-selected a:link,#newlycarousel ul li.tab-selected a:active{
	color:#FFE900;
	display:block;
	padding: 0 !important;
	background: transparent url('../images/smalltab_selected.png') right -30px no-repeat !important;
	text-decoration:none;
display:none;
}
#newlycarousel ul li a:hover {
	color:#FFE900;
}
#newlycarousel .tab-menu li a span {
	display:block;
	color:#fff;
	padding: 5px 10px !important;
}
#newlycarousel li.tab-selected a span {
	color:#FFE900;
}
#newlycarousel .tab-menu li a span strong {
	/*padding-left:30px !important;*/
	padding-left:0px !important;
	font-weight:normal;
	font-size:100%;
	background: url('../images/tab_icons.png') 0 8px no-repeat;
}

/*
-------------------------
   CustomSelect Plugin
-------------------------
*/

div.selectField {
	position: absolute;
	width: 266px;
	top:0;
	left:0;
	margin: 0;
	padding: 0;
	cursor: default;
	z-index:50;
	background: url('../images/inputs.png') 0 -40px no-repeat;
	text-align:left;
}
.results div.selectField {
	position: relative;
	width: 90px;
	margin: 0;
	padding: 0;
	cursor: default;
	z-index:50;
	background: url('../images/inputs.png') 0 -80px no-repeat;
}
/*.model div.selectField {
	background: url('../images/inputs.png') 0 0 no-repeat;
}*/
.make div.status div.selected {
	background-position: 25px center !important;
}
.customSelect div.status div.selected {
	margin-right:25px;
}
.smallSelect div.status div.selected {
	margin-right:16px;
}
div.selectField div.status {
	padding: 0px;
	position:relative;
	height: 32px;
	display: block;
	cursor: pointer;
	background: url('../images/custom-select-knob.png') right top no-repeat;
	cursor:pointer;
}
.results div.selectField div.status {
	height:19px;
	background: url('../images/custom-select-knob-small.png') right top no-repeat;
}
div.selectField:hover div.status {
	background-position: right bottom;
}
div.selectField div.status div {
	position:relative;
	padding: 0 0 0 5px;
	font-size: 14px;
	color: #000;
	display: block;
	overflow: hidden;
	cursor: pointer;
	margin-right: 24px;
	height: 32px;
	text-indent:67px;
	line-height:32px;
}
.results div.selectField div.status div {
	font-size:10px;
	height:19px;
	line-height:19px;
	text-indent:0;
}
div.optContainer {
	display: none;
	position: absolute;
	z-index:800;
	background-color: #fcfcfc;
	border:1px solid #999;
	overflow: auto;
	left: 0;
	top: 0;
	text-align:left;
	width:266px;
	background: #fcfcfc;
}
.results div.optContainer {
	width:90px;
	top:0;
	left:0;
}
div.optContainer.make {
	width:571px;
	min-height:338px;
	_height: 338px;
	overflow:hidden;
}
div.optGroup div.optLabel {
	font-weight: bold;
}
div.opt {
	font-size: 12px;
	cursor: pointer;
	line-height:24px;
	color: #027bc3;
	padding:0 5px;
	background-color: #fcfcfc;
}
.results div.opt {
	font-size:10px;
	line-height:16px;
}
div.optContainer.make div.opt {
	height:26px;
	white-space: nowrap;
	width:142px;
	position:relative;
	float:left;
	overflow:hidden;
	font-size:13px;
	display:block;
	vertical-align:middle;
	line-height:26px;
	text-indent:25px;
	padding:0;
}
div.optGroup div.opt {
	cursor: default;
	padding: 0 2px 0 15px;
}
div.optContainer div.selected {
	background-color: #f6f6f6;
	color: #000;
}
div.optContainer div.disabled {
	color: #dddddd;
}
div.optContainer div.over {
	color: #000;
	text-decoration:underline;
	background-color: #EEF8FF;
}

.results div.optContainer div.over {
	color: #000;
	text-decoration:none;
	background-color: #EEF8FF;
}

/*
--------------------------
   Autocompleter Plugin
--------------------------
*/

ul.autocompleter-choices {
position:absolute;
margin:9px 0 0 0;
padding:0;
list-style:none;
text-align:left;
font-family:Tahoma, Arial, lucida, sans-serif;
z-index:50;
background: #f8f8f8;
border-bottom:1px solid #ddd;
border-left:1px solid #ddd;
border-right:1px solid #ddd;
}
ul.autocompleter-choices li {
position:relative;
margin:0;
padding:0;
display:block;
float:left;
width:100%;
clear:both;
overflow:hidden;
background: #f8f8f8;
color:#333;
}
ul.autocompleter-choices li.autocompleter-selected h5 a {
color:#000;
}
ul.autocompleter-choices li h4 {
	text-indent: 15px;
	font-size:14px;
	display:block;
	width:100%;
	color:#fff;
	font-weight:bold;
	line-height:32px;
	height:35px;
	background: url('../images/blues.png') left -100px no-repeat;
}
ul.autocompleter-choices li h5 {
	margin-bottom:4px;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	white-space: normal;
	display:block;
}
ul.autocompleter-choices li {
	font-size:12px;
	color:#000;
}
ul.autocompleter-choices li a {
	line-height:27px;
	display:block;
	text-indent:9px;
	font-size:14px;
	color:#000;
}
ul.autocompleter-choices li div {
	margin:0;
	width:165px;
	padding:9px 0;
	right:0;
	position:relative;
	float:right;
}

ul.autocompleter-choices li.suggest {
	display:block;
	text-indent:0;
	font-size:12px;
	line-height:18px;
}
ul.autocompleter-choices li.suggest .t {
	padding-left: 5px;
}

ul.autocompleter-choices li.suggest span {
	float: right;
	padding-right: 10px;
}

ul.autocompleter-choices li div a {
	display:block;
	text-indent:0;
	font-size:14px;
	line-height:16px;
	text-decoration: underline;
}
ul.autocompleter-choices li.autocompleter-selected {
	background-color: #FFFFB5;
	color:#000;
}
ul.autocompleter-choices li img {
	position:relative;
	float:left;
	padding:0 0 9px 0;
	margin:9px 9px 0 9px;
}
ul.autocompleter-choices li .autocompleter-queried {
	font-weight:bold !important;
}
ul.autocompleter-choices li div span {
	position:absolute;
	margin-top:5px;
	right:5px;
	line-height:24px;
	height:24px;
	font-size:16px;
	font-weight:bold;
}
ul.autocompleter-choices li em {
	font-variant: normal;
	font-style: normal;
}

/*
--------------------
   Sliders Plugin
--------------------
*/

.gutter {
	position: relative;
	height: 19px;
	width: 304px;
	top:26px;
	left:0;
	right:36px;
	bottom:24px;
	background: url('../images/16sliderbg.png') 0 0 no-repeat;
}
div.knob {
	position: absolute;
	height: 19px;
	width: 19px;
	cursor: pointer;
	text-decoration:none;
	z-index:20;
}
.knobBg {
	position: absolute;
	top:0;
	height:19px;
	width:100%;
	background: url('../images/range_bg.png') 9px 0 no-repeat;
	z-index:10;
}
div.knob em {
	position:absolute;
	left:0;
	top:0;
	height:19px;
	width:19px;
	overflow:hidden;
	background: url('../images/range_knob.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/range_knob.png', sizingMethod='image');
}
div.knob span {
	position:absolute;
	left:-29px;
	top:20px;
	height:26px;
	visibility: visible;
	width:75px;
	font-size:11px;
	white-space: nowrap;
	text-align:center;
	display:block;
	line-height:30px;
	background: url('../images/bubbles.png') 0 -26px no-repeat;
	overflow:hidden;
}
div.knob.second span {
	top:-27px;
	left:-27px;
	line-height:20px;
	background: url('../images/bubbles.png') 0 0 no-repeat;
}

.priceArea, .multiArea, .yearArea {
	position:relative;
	left:15px;
	display:block;
	width:314px;
	height:75px;
}
.priceArea .knob span {
/*
	background-color: lightgreen;
	color:green;
*/
}
.priceArea, .yearArea {
	float:left;
}
.priceArea .btnLike, .yearArea .btnLike {
	position:absolute;
	left:344px;
}
#formPrice, #formYear, #formMulti, #formMultiType {
	position:relative;
	top:0;
	left:0;
	width:920px;
	height:340px;
}
#formPrice,#formYear {
   position: static !important;
}
#formMulti, #formMultiType {
	background: none;
}
#formPrice fieldset, #formYear fieldset, #formMulti fieldset, #formMultiType fieldset {
	position:relative;
	top:0;
	left:0;
}
.searchByYear, .searchByPrice, #formCompetition {
	position:relative;
	top:16px;
	left:30px;
}
#formPrice h5, #formYear h5, #formCompetition h5, #formMultiType h5 {
	position:relative;
	font-size:24px;
	width:340px;
	padding:0;
	margin:0;
	line-height:32px;
	font-weight:normal;
    display: block;
    visibility: visible;
}
#formMultiType h5{
   margin-top: 10px;
   font-size: 22px;
}

#formYear p, #formPrice p {
	position:relative;
	clear:both;
	line-height:12px;
	padding:20px 0 10px;
	font-size:12px;
	color:#8B8B8B;
}
#priceResults, #yearResults,#multiResults {
	position:absolute;
	bottom:110px;
	left:30px;
	line-height:16px;
	font-size:12px;
	color:#333;
}
#formMulti, #formMultiType {
	top:16px;
	left:30px;
	width:880px;
}
#formMultiType{
   left: 0;
}

.multiArea {
	position:relative;
	height:100px;
	top:0;
	left:0;
}
#multiResults {
	bottom:55px;
	left:0;
	position:absolute;
}
#formMulti .btnLike, #formMultiType .btnLike {
	position:absolute;
	left:0;
	bottom:10px;
}

span.checkbox {
	width: 19px;
	height: 19px;
	padding: 0 5px 0 0;
	background: url(/images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

input.smallSelect {width:60px; font-size:10px}


/* ****************** vykupni formular ********************* */

#searchtabs.buyout div.required{
	padding-top: 10px;
	font-size: 90%;
	text-align: center;
}

#searchtabs.buyout table.form_table sup,#searchtabs.buyout div.required {
	color: red;
}

#searchtabs.buyout .contactInput {
	width: 200px;
}

#searchtabs.buyout form {
		padding: 20px;
}

#searchtabs.buyout span{
	text-transform: none !important;
}

#searchtabs.buyout{
	background:transparent url(../images/tab_wrapper_bg_half.png) no-repeat scroll 0 40px;
	height: 500px;
	font-size: 12px;
}

#searchtabs.buyout.long{
	background:transparent url(../images/tab_wrapper_bg_full.png) no-repeat scroll 0 40px;
	height: 760px;
}

#searchtabs.buyout #searchingType {
	padding: 35px 130px 0px 130px;
	width: 660px;
	height: 430px;
}

#searchtabs.buyout.long #searchingType {
	height: 690px;
}

#searchtabs.buyout table.form_table{
	width: 660px;
}

#searchtabs.buyout table.form_table td{
	vertical-align: top !important;
}

#searchtabs.buyout .buyout-title {
	width: 657px;
	height: 63px;
	background: transparent url(../images/hornipozadimenu.jpg) no-repeat;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 15px;
	line-height: 63px;
}
#searchtabs.buyout .buyout-title h3{
	color: #FFF;
	font-size: 20px;
}
#searchtabs.buyout .buyout-title.smaller{
   width: 636px;
   background: transparent url(../images/hornipozadimenu_mensi.jpg) no-repeat;
}

#searchtabs.buyout .center{
	text-align: center;
}

#searchtabs.buyout .label {
	text-align: right !important;
	padding-right: 6px;
}

#searchtabs.buyout .controls{
	text-align: center;
	padding-top: 10px;
	clear: both;
}

#searchtabs.buyout .submit {
	width: 278px;
	font-size: 16pt;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	line-height: 54px;
	height: 54px;
	background: transparent url(../images/dolnibutton2.jpg) no-repeat;
	border: 0;
}

#searchtabs.buyout .submit.large {
	width: 397px;
	background: transparent url(../images/dolnibutton.jpg) no-repeat;
}

#searchtabs.buyout .tab-container {
	height: 461px;
}
#searchtabs.buyout.long .tab-container {
	height: 721px;
}

#searchtabs.buyout.long .tab-wrapper{
	height:714px;
}

#searchtabs.buyout .tab-wrapper{
	height:454px;
}

#searchtabs.buyout span.resulttable-title{
	color: #179BE9; font-weight: bold;
}

#searchtabs.buyout .resulttable{
	width: 320px;
	float: left;
	margin-top: 50px;
}

#searchtabs.buyout .resulttable td{
	padding: 4px;
}

#searchtabs.buyout .buyout-box-right{
   width: 250px; _width: 235px; margin-right: 15px; float: right
}

#searchtabs.buyout .buyout-box-bottom{
   width: 906px; position: relative; left: -11px; /*margin-top: 30px;*/clear:both;
}
/* ********************************************************* */

.bubble-stick{
	position:absolute;
	top: -10px;
	right: -30px;
	font-size:10px;
	font-weight:bold;
	width: 108px;
	height: 77px;
	text-align:center;

	background: url('../images/bubble-stick.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bubble-stick.png', sizingMethod='image');

	z-index: 1000;
	cursor: pointer;
	text-decoration: none;
}

.bubble-stick.sk{
	background: url('../images/bubble-stick-sk.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bubble-stick-sk.png', sizingMethod='image');
}

.bubble-stick a{
	text-decoration: none;
	display: block;
	width: 108px;
	height: 77px;
}


.bubble-stick.sq{
	top: -10px;
	right: -40px;
	width: 121px;
	height: 117px;

	background: url('../images/bubble-stick-sq.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bubble-stick-sq.png', sizingMethod='image');
}

.bubble-stick.off{
   top: -10px;
   right: -40px;
   width: 125px;
   height: 125px;
   background: transparent url('../images/off/20_50.png') center center no-repeat;
   _background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/20_50.png', sizingMethod='image');
}
.bubble-stick.off.off5k{
	background: url('../images/off/5000.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/5000.png', sizingMethod='image');
}
.bubble-stick.off.off10k{
	background: url('../images/off/10000.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/10000.png', sizingMethod='image');
}
.bubble-stick.off.off20k{
	background: url('../images/off/20000.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/20000.png', sizingMethod='image');
}
.bubble-stick.off.off30k{
	background: url('../images/off/30000.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/30000.png', sizingMethod='image');
}
.bubble-stick.off.off40k{
	background: url('../images/off/40000.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/40000.png', sizingMethod='image');
}
.bubble-stick.off.off50k{
	background: url('../images/off/50000.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/50000.png', sizingMethod='image');
}

body.car.sauto .bubble-stick.off{
   top: -10px;
   right: -40px;
   width: 90px;
   height: 90px;   background: transparent url('../images/off/male/20_50.png') center center no-repeat;
   _background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/male/20_50.png', sizingMethod='image');
}
body.car.sauto .bubble-stick.off.off5k{
	background: url('../images/off/male/5000.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/male/5000.png', sizingMethod='image');
}
body.car.sauto .bubble-stick.off.off10k{
	background: url('../images/off/male/10000.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/male/10000.png', sizingMethod='image');
}
body.car.sauto .bubble-stick.off.off20k{
	background: url('../images/off/male/20000.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/male/20000.png', sizingMethod='image');
}
body.car.sauto .bubble-stick.off.off30k{
	background: url('../images/off/male/30000.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/male/30000.png', sizingMethod='image');
}
body.car.sauto .bubble-stick.off.off40k{
	background: url('../images/off/male/40000.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/male/40000.png', sizingMethod='image');
}
body.car.sauto .bubble-stick.off.off50k{
	background: url('../images/off/male/50000.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/male/50000.png', sizingMethod='image');
}


.bubble-stick.off.sk{
   background: transparent url('../images/off/5002000.png') center center no-repeat;
   _background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/5002000.png', sizingMethod='image');
}
.bubble-stick.off.off500{
	background: url('../images/off/500.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/500.png', sizingMethod='image');
}
.bubble-stick.off.off200{
	background: url('../images/off/200.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/200.png', sizingMethod='image');
}
.bubble-stick.off.off1k{
	background: url('../images/off/1000.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/1000.png', sizingMethod='image');
}
.bubble-stick.off.off1d5k{
	background: url('../images/off/1500.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/1500.png', sizingMethod='image');
}
.bubble-stick.off.off2k{
	background: url('../images/off/2000.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/off/2000.png', sizingMethod='image');
}



.bubble-stick.sq.sk{
	background: url('../images/bubble-stick-sq-sk.png') center center no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bubble-stick-sq-sk.png', sizingMethod='image');
}

.bubble-stick a{
	text-decoration: none;
	display: block;
	width: 108px;
	height: 77px;
}

.bubble-stick.sq a{
	width: 121px;
	height: 117px;
}

#formCompetition{
   padding: 0 0 0 0px;
   _padding-left: 25px;
   height: 300px;
}

#formCompetition img {
   margin: 20px 0 35px 0;
   clear: both;
   float: left;
   _margin-top: 40px;
   _margin: 10px 20px 0px -25px;
}

#formCompetition span.label{
   position: absolute;
   left: 0;
   top: 215px;
   font-weight: bold;
   color: #249aca;
   width: 145px;
   text-align: center;
   _height: 20px;
}

#formCompetition span.label.right{
   left: 150px;
}

#formCompetition * {
   font-size: 12px;
}

#formCompetition table.table_right td {
   background-color:#EBEBEB;
   border-bottom:1px solid #FCFCFC;
   border-left:1px solid #FCFCFC;
   padding: 6px 10px;
}

#formCompetition table.table_left td{
   padding: 3px 10px 3px 0;
}

#formCompetition h5{
   _left: -25px;
   float: left;
   clear: both;
   width: 310px;
   height: 60px;
   padding-right: 60px;
}

#formCompetition table.table_right {
   margin-right: 30px;
   _margin-right: 0px;
   width: 550px;
   position: relative;
   top: -50px;
   float: right;
/*   _float: none;
   _left: 160px;
   _top: -60px;*/
}

* html #formCompetition table.table_right { f\loat: left;}

#formCompetition table.table_left {
    float: left;
    width: 300px;
    _float: none;
    _position: relative;
    _top: -100px;
    _left: -30px;
}

/** html #formCompetition table.table_left { t\op: -30px;}*/

#formCompetition .submit {
   background:transparent url('/images/button_yellow.png') no-repeat scroll 0 0;
   border:medium none;
   color:#000000 !important;
   font-family:Tahoma,Arial,lucida,sans-serif;
   font-size:14px;
   font-weight:bold;
   height:31px;
   margin:0;
   padding:0;
   text-align:center;
   text-decoration:none !important;
   width:94px;
   z-index:5;
}
