form{
	margin: 10px 0 20px 15px;
}

label{
	position: absolute;
	margin: 3px 0 0 0;
}

fieldset { 
	border: none;
	padding: 20px 0;
	width: 670px;	
}

legend {
	border-bottom: 1px solid #555;	
	font-size: 15px;
	width: 395px;	
	font-weight: bold;
	margin: 0;
	color: #555;
}
  
input{
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;	
	margin: 1px 0 4px 100px;
	width: 180px;
	height: 18px;
	font-size: 13px;
	border: 1px solid #555;	
}

.input-submit{
	background-image: url(../images/roundedButton.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 182px;
	height: 32px;
	color: #000;
	border: none;
	background-color: transparent;
	text-align: center;
	padding-right: 20px;
	font-weight: bold;
	padding: 0;	
}

.input-submit:hover{
	color:#666;
}

textarea{
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;	
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 12px;
	border: 1px solid #555;
	width: 600px;
	height: 300px;
}

.textareaSmall{
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;	
	margin: 1px 0 3px 100px;
	width: 270px;
	height: 190px;
}

.checkbox{
	margin: 1px 0 3px 100px;
	width: 16px;
	border: none;
}

.form-error{
	font-size: 13px;
	margin-left: 5px;
	color: #FF2222;
	font-weight: normal;
}

.input-text-error, .input-password-error{
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;	
	border: 1px solid #F00;	
	background-color:#ffc3c3;
}

.textarea-error{
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;	
	border: 1px solid #F00;	
	background-color:#ffc3c3;
}

.select{
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;	
	margin: 1px 0 3px 100px;
	width: 181px;
	padding: 0 2px;
	border: 1px solid #555;
}

#login{
	width: 240px;
	height: 144px;
	float: left;	
	margin: 10px 0 0 25px;
	padding: 12px 0 0 0;
	background-image: url(../images/login_bg.png);
}

#login h3{
	color: #000;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
}

#login label{
	margin: 5px 0 0 30px;	
	position: relative;
}

#login input{
	width: 120px;
	margin: 0 0 0 30px;
}

#login #loginbutton{
	margin: 5px 0 0 30px;	
	width: 182px;
}

#captchaImg{
	margin: 0 0 3px 101px;
	position: absolute;
}

.txtCaptcha{
	margin: 0 0 3px 235px;
	width: 45px;
	text-align: center;
	height: 20px;
}

.forgotPassword{
	margin-left: 100px;
}

/**
 * Add to cart form
 * ----------------
 */
#addToCart{
	margin: 0;
}

#addToCart input{
	margin: 0;
}

#addToCart #addToCartButton{
	background-image: url(../images/addtocart_bg.png);
	background-repeat: no-repeat;
	width: 182px;
	height: 32px;
	border: none;
	background-color: transparent;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
}

#addToCart #addToCartButton:hover{
	color: #FFF;
}

#addToCart #number{
	background-image: url(../images/addtocart_number_bg.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 33px;
	border: none;
	background-color: transparent;
	text-align: center;
	font-size: 16px;
}

/**
 * Order form
 * ----------
 */
#bigCart{
	margin: 0;	
	padding: 0;
}

#bigCart input{
	background-image: url(../images/addtocart_number_bg.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 33px;
	border: none;
	background-color: transparent;
	text-align: center;
	font-size: 16px;	
}

#bigCart .left{
	text-align: left;
}

#bigCart .right{
	text-align: left;	
}

#bigCart .right a:hover{
	color: #444;
}

#bigCart #updatecart a{
	background-image: url(../images/updateButton.png);
	background-repeat: no-repeat;
	display: block;
	width: 70px;
	height: 23px;
	color: #000;
	border: none;
	background-color: transparent;
	text-align: center;
	font-weight: bold;
	padding: 9px 0 0 0;
	margin: 0 0 0 60px;
}

#bigCart #updatecart a:hover{
	color: #555;
}

#bigCart .aantal{
	width: 30px;
	padding: 0 10px 0 0;
	text-align: right;
}


/**
 * OverviewTable
 * ----------
 */
#overviewTable{
	margin: 10px 0 0 5px;
	width: 590px;
	text-align: left;
	border-collapse: collapse;
	border-top: 2px solid #8ea435;
	border-bottom: 2px solid #8ea435;
	background-color: #EFEFEF;
}

#overviewTable th{
	font-size: 13px;
	font-weight: bold;
	padding: 5px 9px 5px 5px;
	border-bottom: 2px solid #8ea435;
	color: #8ea435;
}

#overviewTable td{
	padding: 4px 6px;
	color: #000;
}

#overviewTable tfoot tr td{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 9px 5px 9px;
}

#overviewTable tfoot{
	border-top: 2px solid #8ea435;
}

#productimage{
	text-align: center;
}

#product{
	margin: 0 0 0 19px;
	text-align: left;
}

#product th{
	width: 105px;
}

#cartSteps{
	color: #222;
}

#cartSteps .hidden{
	color: #AAA;
}

#chooseLogin{
	margin: 20px 0;
	text-align: center;
}
.roundedButton{
	background-image: url(../images/roundedButton.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 182px;
	height: 25px;
	color: #000;
	border: none;
	background-color: transparent;
	text-align: center;
	padding-right: 20px;
	font-weight: bold;
	padding: 9px 0 0 0;	
}

.ogonecenter{
	margin: 20px 0;
	width: 600px;
	text-align: center;
}
