@import url("http://www.filmforumet.com/css/felles.css");

body {
	font-size: 12px; /* This sets the default font size to be equivalent to 10px */
	line-height: 18px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
/*	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
}

#cont2 {
background-image: url("../layout/split_lines_double.gif");
background-repeat: repeat-y;
margin: 0 auto;
padding: 0;
padding-top: 0;
width: 990px;
}

#leftBox {
/* background-color: #0000ff; */
float: left;
width: 468px;
margin-left: 5px;
}

#centerBox {
/* background-color: #ff0000; */
float: left;
width: 200px;
margin-left: 11px;
}

/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #dddddd;
}

textarea {
	background-color: #dddddd;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #dddddd;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}
