/**********************************************/
/* cms.css                                    */
/**********************************************/


DIV#cms INPUT[type="text"] {
	font-size:11px;
	font-family:Arial;
	Width: 440px;
}

DIV#cms select{
	width:200px;
}

DIV#cms TEXTAREA {
	Width: 540px;
	Height: 200px;
	font-size:11px;
	font-family:Arial;
}

DIV#cms TEXTAREA.editor_intro {
	height:100px;
}

DIV#cms TEXTAREA.editor_intro_kort {
	height: 30px;
}


DIV#cms input[type="text"].date_input {
	Width: 70px;
	margin-top:-2px;
}

.editor_title {
	Width: 530px;
}

DIV#cms TEXTAREA.editor_body {
	Width: 540px;
	Height: 400px;
}


DIV#cms div.label_value{
	width:540px;
	height:30px;
}
DIV#cms div.label{
	width:80px;
	height:25px;
	float:left;
}
DIV#cms div.value{
	width:280px;
	height:25px;

}

Div#cms table.cms{

	border-collapse:collapse;
}

table.cms tr td{
	vertical-align:top;
	border:1px solid #000;
	padding:2px;
}
