.go_form_container
{
	padding-top:12px;
	font-size: 85%;
	margin-left:10px;
	width:400px;
}

.go_form_container textarea, select
{
	/*width:190px;*/
	border:1px solid #666666;
}

.go_form_dates select
{
	width:60px;
	border:1px solid #666666;
}

.go_form_list_day
{
	width:50px;	
	border:1px solid #666666;
}

.go_form_list_month
{
	width:90px;
	border:1px solid #666666;
}

.go_form_list_year
{
	width:60px;
	border:1px solid #666666;
}

.go_form_label
{
	float:left;
	clear:left;
	display:block;
	position:relative;
	margin-top:0px;
	width:200px;
	margin-right:20px;
}

.go_form_contactLabel{
	float:left;
	clear:left;
	display:block;
	position:relative;
	margin-top:0px;
	width:135px;
	margin-right:20px;	
}

.go_form_label em
{
	position:absolute;
	margin-top:0px;
	right:-14px;
	top:0px;
}

.go_form_editor
{
	border:1px #354349 solid;
	width:200px;
	margin-bottom:15px;
}

.go_form_validationitem
{
	float:left;
	width:5px;
	padding-right:2px;
}

.go_form_buttons
{
	margin-left:200px
}

.go_form_button
{
	display:block;
	width:60px;
}

a.go_form_button:hover 
{
}

/* Basket */

#basket
{
	text-align:left;
	float:left;
	width:520px;
	padding: 20px 0;
}

#basket h1
{
	padding-left:8px;
	padding-top:5px;
	font: 120% bold Arial;
	color: #FFFFFF;
	background-color: #000000;	
}

#basket table
{
	clear: both;
	width:500px;
	margin: 0 0 0 20px;
}

#basket table tr th.header
{
	padding-bottom:10px;
}

#basket table tr th.header_right
{
	padding-bottom:10px;
	text-align:right;
}

#basket table tr td
{
	padding-bottom:3px;
	border-bottom: 1px solid #e6e6e6;
}

#basket table tr td span
{
	float:right;
	text-align:right;
	width:150px;
}

#basket table tr td input
{
	float:left;
}

#basket table tr td.total
{
	text-align:right;
}

#basket table tr td.item_col, #basket table tr th.item_col
{
	padding-bottom:10px;
	width:260px;
}

.recalculate input
{
	float:left;
	padding-bottom:5px;
	width:100px;
	background: none; /*transparent url(../../img/common/arrow_red.gif) center right no-repeat;	*/
}

#proceed
{
	width:520px;
	display:block;
}

#proceed input
{
	background: transparent url(../../img/cart/btn_proceedCheckout.gif) top left no-repeat;
	width:205px;
	height:30px;
	float:right;
}

#proceed input:hover
{
	background-position: bottom left;
}

/* Competition page styles */

div.form_container_competition
{
	padding-top:12px;
	font-size: 85%;
	margin-left:10px;
	width:500px;
}

div.form_container_competition input
{
	border:1px solid #999999;
}

div.form_container_competition label
{
	float:left;
	text-align:right;
	width:140px;
}

div.form_container_competition label.mandatory
{
	font-weight:bold;
}

div.form_container_competition span.checkbox
{
	display:block;
	margin-bottom:15px;
}

div.form_container_competition span.checkbox input
{
	border:none;
	float:left;
}

div.form_container_competition span.checkbox label
{
	float:left;
	text-align:left;
	width:auto;
}

div.form_container_competition table
{
	margin-left:20px;
}

div.form_container_competition table input, div.form_container_competition table label
{
	border:none;
	float:left;
}

div.form_container_competition table label
{
	text-align:left;
}

div.form_container_competition input.form_button_submit
{
	border:1px solid #999;
	margin-left:150px;
}





