/* CSS Document */

body {
	font-family: "Trebuchet MS", Tahoma, Arial;
	background-color:#FFF;
	background-attachment:fixed;
	color:#333;
	text-align:center; /* Centrera innehåll i gamla uråldriga IE 5 :) */
	margin:0;
	}
	
	h1 {
	font-size: 20px;
	}

#Tbl_Demon td img { /* Resest menu fix  */
	display:inline;
	} 


td {
	font-size:16px;
	}

li {
	margin-bottom:10px;
	}
	
input {
	width:350px;
	}
	
select {
	width:350px;
	}
	
#Order {
	width:70px;
	}
	
.checkbox, .checkbox input {
	width:16px;
	}


#Ticket { 
	width:440px;
	border:1px dotted #666;
	margin:20px;
	padding:10px;
	text-align:left;

	} 

	

/**** Mail form ****/
	
#bd-form-error-head {
	margin:0 auto;
	background-color:#000;
	text-align:left;
	width:640px;
	color:#FFF;
	font-size:14px;
	padding:4px;
	}

#bd-form-error-text {
	margin:0 auto;
	background-color:#426BBA;
	color:#FFF;
	text-align:left;
	width:640px;
	font-size:14px;
	padding:4px;
	margin-top:4px;
	}

#bd-form-error-text a:link, #bd-form-error-text a:visited {
	color:#fff;
	}	

/**** End Mail form ****/	
.SmallText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

