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

#forms h1{
	padding: 0 0 20px 0;
}

#forms input, #forms select, #forms textarea{
	border: 1px solid #30D8FF;
	background-color: #DDF7FF;
	padding: 2px 0 2px 5px;
	color: #0388B0;
	font-size: 13px;
}

.radio, .checkbox { 
	border: none !important;
	background: none !important;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 13px;
	height: 13px;
}

.radio {
}

#forms table {
	font-size: 13px;
	vertical-align: top;
}

#forms {
	font-size: 13px;
}

* html #forms{
	padding-right: 10px;
}


#forms .error {
	padding: 0 0 30px 0;
	font-weight: bold;
	color: #FF0000;
}

#forms .thumb {
	border: 1px solid #2ED8FF;
	margin: 20px 0px;
}

#forms .conditions {
	font-size: 9px;
	padding: 10px 0 0 0;
}

/*#forms span{
	padding: 0 0 0 4px;
}

#stap3 .blue, .tab {
	padding: 0 0 0 0 !important;
}*/

#forms p{
	width: 550px;
}

#forms a{
	color: #505050;
}

#forms a:hover{
	text-decoration: none;
}



/* input margins & paddings */

.tab{
	padding-left: 17px !important;
}
.spacing-left{
	margin-left: 6px !important;
}

.spacing-right{
	margin-right: 6px !important;
}

.spacing-bottom{
	padding-bottom: 20px !important;
}

.devider{
	border-bottom: 1px solid #0488AF;
	margin: 0 0 20px 0;
}

/* input sizes */

#forms .s_276{
	width: 269px;
}

#forms .s_266{
	width: 252px;
}
#forms .s_100{
	width: 125px;
}
#forms .s_200{
	width: 99px;
}

#forms .s_565{
	width: 557px;
	height: 56px;
}

#forms .s_88{
	width: 81px;
}

#forms .s_58{
	width: 54px;
}

#forms .s_123{
	width: 80px;
}

#forms .s_300{
	width: 276px;
}

/* lists */

#forms .s_80{
	width: 80px;
}

#forms .s_63{
	width: 63px;
}

#forms .s_121{
	width: 121px;
}

#forms .s_267{
	width: 259px;
}

#forms .s_138{
	width: 138px;
}

.go_image{
	float: right;
	padding: 5px 0 0 0;
}

/* tmp css code */
.disabled, .disabled a, .disabled label{
	color: #C2C2C2 !important;
}

.disabled input, .disabled select{
	border: 1px solid #B8F2FE !important;
	background-color: #F4FCFF !important;
	color: #C2C2C2 !important;
}

.disabled .checkbox, .disabled .radio { 
	border: none !important;
	background: none !important;
}

#kortingscode{
	background: #FFF !important;
}

#previous{
	float: left;
}

#next{
	float: right;
}

button {
	border: none;
	margin: 0;
	padding: 0;
}
/* overview */


#overview{
	padding: 20px 0px;
	margin: 0 0 0 -10px;
}

#overview table{
	margin: 0px;
	padding: 0px;
}

#overview .blue{
	color: #0287B0 !important;
}

#overview .top, #overview .middle, #overview .bottom{
	
}

#overview .top{
	width: 585px;
	height: 9px;
	background: url(/img/overview_top.gif) 0px 0px no-repeat;
}

#overview .middle{
	width: 561px;
	background: url(/img/overview_bg.gif) 0px 0px repeat-y;
	padding: 8px 12px;
}

#overview .bottom{
	width: 585px;
	height: 9px;
	background: url(/img/overview_bottom.gif) 0px 0px no-repeat;
}