


.int {
	width: 550px !important;

}


/* form spul */

.formerror {
	border: 1px #f00 solid !important;
	background-color: #f6e3e3 !important;
}


#updateFeedback {
	display:none;
	margin-bottom: 0;
	padding: 10px;
	border: 1px #f00 solid !important;
	background-color: #f6e3e3 !important;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}



#bestelForm {

}

	#bestelForm hr {

    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #B4B4B4 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    height: 0;
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;


	}

	#bestelForm label {
		width:200px;
    	float:left;
	}

		#bestelForm label span {
			color: #ff0000;
		}

	#bestelForm .block {
		width: 350px;
		display: block;
		float: right;
	}

	#bestelForm input, #bestelForm input, #bestelForm textarea, #bestelForm select {
	    border: 1px solid #DDDDDD;
	    color: #4B4B4B;
	    font: 13px/17px arial;
	    min-width: 276px;
	    outline: 0 none;
	    padding: 4px 6px;
	   	margin-bottom: 10px;
	}	

	#bestelForm select {
	    min-width: 290px;
	}

	#bestelForm .checkbox {
		border: none;
		padding: none;
		display: inline-block;
		min-width: 30px;

	}

	#bestelForm textarea {
	    resize: none;
	    height: 100px;
	}


	#bestelForm .sendbutton {
		min-width: auto;
	    display: inline-block !important;
	    position: relative !important;
	    padding: 0 12px !important;
	    height: 35px !important;
	    z-index: 1000 !important;
	    line-height: 35px !important;
	    text-align: center !important;
	    font-family: "ColaborateLightRegular" !important;
	    text-transform: uppercase !important;
	    font-size: 16px !important;
	    color:  #fff !important;
	    cursor: pointer !important;
	    margin: 20px 15px 0 0 !important;
	    background-color: #2187ac !important;
	    border: 0 !important;

	    -webkit-border-radius: 5px !important;
	    -moz-border-radius: 5px !important;
	    border-radius: 5px !important;
	    -moz-box-shadow: 1px 1px 3px #777 !important;
	    -webkit-box-shadow: 1px 1px 3px #777 !important;
	    box-shadow: 1px 1px 3px #777 !important;

		background: #2187ac !important; /* Old browsers */
		background: -moz-linear-gradient(top,  #2187ac 0%, #0070a0 100%) !important; /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2187ac), color-stop(100%,#0070a0)) !important; /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #2187ac 0%,#0070a0 100%) !important; /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #2187ac 0%,#0070a0 100%) !important; /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #2187ac 0%,#0070a0 100%) !important; /* IE10+ */
		background: linear-gradient(to bottom,  #2187ac 0%,#0070a0 100%) !important; /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2187ac', endColorstr='#0070a0',GradientType=0 ) !important; /* IE6-9 */

	}

	#bestelForm .sendbutton:hover {
		background: #0070a0 !important; /* Old browsers */
		background: -moz-linear-gradient(top,  #0070a0 1%, #2187ac 100% !important); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0070a0), color-stop(100%,#2187ac)) !important; /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #0070a0 1%,#2187ac 100%) !important; /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #0070a0 1%,#2187ac 100%) !important; /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #0070a0 1%,#2187ac 100%) !important; /* IE10+ */
		background: linear-gradient(to bottom,  #0070a0 1%,#2187ac 100%) !important; /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070a0', endColorstr='#2187ac',GradientType=0 ) !important; /* IE6-9 */

	}