/*Styles used in form*/

.form_container{
	background: #ffffde;
	color: #617073;
	border: 1px solid #d0d9dc;
	padding: 10px 10px 10px 10px;
	font-weight: normal;
	font-family: arial;
	text-align: justify;
	font-style: italic;
}

table.form{
	width:	100%;
	border:	none;
	font-family: tahoma, arial;
}

table.form span.highlight{
	color: #c800d5;
}

table.form tr td{
	padding: 2px 0px 2px 0px;
}

table.form tr.titlerow td{
	padding-left: 3px;
	padding-top: 7px;
	color: #617073;
}


table.form tr.section td{
	color: #5f69c8;
	font-weight: bold;
	/*border-bottom:1px solid #d0d9dc;*/
	padding-left: 3px;
	padding-top: 20px;
}

table.form tr.inputrow td{
}

table.form .text,
table.form .postal_left,
table.form .postal_right,
table.form .textarea,
input,
textarea,
select,
input.basket_quantity {
	background:	#f8f8f9;
	border: 1px solid #d0d9dc;
	color: #617073;
	font-size: 100%;
	margin-right: 5px;
	padding: 3px 5px 3px 5px;
}

table.form .text,
table.form .postal_left,
table.form .postal_right,
table.form .textarea{
	color: #617073;
}

input.basket_quantity{
	color: #869497;	
	width:35px;
}

table.form .text{
	width: 250px;
}

table.form .postal_left{
	width: 34px;
}

table.form .postal_right{
	width: 50px;
}

table.form .textarea{
	width: 100%;
	height: 100px;
	overflow-y: auto;
	font-family: tahoma, arial;
}

table.form table.selectoneradioPageDirection input,
table.form table.selectoneradio input,
table.form .radio,
table.form .checkbox{
	margin: 10px 10px 0px 10px;
	border: 1px none #1c5180;
	background: #f5f5f4;
}

table.form table.selectoneradioPageDirection input{
	margin-top:0px;
	background:	#f8f8f9;
}
table.form table.selectoneradioPageDirection{
	margin-top:10px;
	width: 250px;
	background:	#f8f8f9;
	border: 1px solid #d0d9dc;
}

table.form tr.shipping_option td{
}

table.form tr.shipping_option td.select{
	width: 20px;
}

table.form tr.shipping_option td.select .radio{
	margin: 0px 20px 0px 20px;
	
}

table.form tr.shipping_option td.description,
table.form tr.shipping_option td.cost{
	vertical-align: top;
}

table.form tr.shipping_option td.description{
	width: 300px;
}


table.form .disabled{
	background: #dfdfe2;
	color: 	#bcbcce;
}


table.form div.error{
	padding:1px 15px 1px 1px;
	border: 1px solid #ff4040;
	color: #ff4040;
	float: left;/*this is so that div wouldnt exapnd to width 100% in FF3*/
}

table.form span.error{
	color: #ff4040;
}

table.form_buttons_container{
	width:100%;
	border-bottom: none;
	border-top:1px solid #d0d9dc;
	border-left: none;
	border-right: none;
	font-family: tahoma, arial;
	margin-top: 10px;
}

table.form_buttons_container td{
	padding-top: 10px;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: bottom;
}



div.redbutton, div.bluebutton{
	width: 125px;
	height: 24px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 100%;
	color: #fffcf4;
	overflow: hidden;
	cursor: pointer;
	margin: 0px auto;
}

div.redbutton a, div.bluebutton a{
	color: #fffcf4;
	font-size: 100%;
	font-family: arial;
	font-weight: bold;
	width:100%;
	display: block;
	height:100%;
}

div.redbutton{
	background: url(../../images/pl/button_empty_red.gif);
}

div.bluebutton{
	background: url(../../images/pl/button_empty_blue.gif);
}

div.redbutton .small{
	font-size: 0.8em;
}

div.error_frame{
	background: url(../../images/pl/background_error_frame.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 67px;
	border: none;
	overflow: hidden;
	margin: 10px auto;
	text-align:center;
	vertical-align: middle;
	padding:24px 0px;
	
	color: #869497;
	font-weight: normal;
	font-size: 100%;
	font-family: arial;
	
}

div.error_frame span.title{
	font-size: 100%;
	font-family: arial;
	font-weight: bold;
	color:	#e00000;
}

div.loging_frame{
	background: url(../../images/pl/background_loging_frame.gif);
	width: 528px;
	height: 93px;
	border: none;
	overflow: hidden;
	margin: 10px auto;
	text-align:left;
	padding: 15px 36px 0px 36px;
}

div.loging_frame input.username{
	width: 180px;
	margin-right: 5px;
	margin-top:3px;
}

div.loging_frame input.pass{
	width: 180px;
	margin-right: 10px;
	margin-top:3px;
}
