/* *******************************
	SDK formular "Skriv til os" plus andre formularer paa sitet
	
	******************************
*/
.FormSDK {}
.FormSDK tr td {
	vertical-align: top;
}
.FormSDK td label{
	display: block; 
	margin-top: 6px;	
	font-weight: bold;
}

.FormSDK tr.select td label, 
.FormSDK tr.textarea td label  {
	display: inline;
}

.FormSDK input,
.FormSDK select,
.FormSDK textarea { 
	width: 300px;
}
.FormSDK input,
.FormSDK textarea { 
	border: none;
	background: none;
	font-size: 14px;
	padding: 7px 5px;
}
.FormSDK select {display: block; /* make generated label go to next line when validating form */}
.FormSDK textarea {overflow-y : auto;}
.FormSDK input {
	heigth: 32px; 
	width: 290px;
}

.FormSDK textarea {
	height: 137px;
	width: 291px;
	
}


.FormSDK div.input {
	background:url("/files/system/graphic/input.png") no-repeat scroll left top transparent;
	width:300px;
	height: 32px; 
	margin: 0;
}
.FormSDK div.textarea {
	width: 301px;
	height: 151px;
	background: url(/files/system/graphic/textarea.png) no-repeat top left;
}

.FormSDK input.submit {
	width: 139px;
	float: right;
	clear: both;
	background: url(/files/system/graphic/redbutton.png) no-repeat left top;
	height: 37px;
	color: #FFF;
	padding: 0;
	padding-left: 15px;
	text-align: left;
	cursor: pointer;
}
form.tilmeld input.submit {
	float: none;
}
.FormSDK input.reverse {
	background-image: url(/files/system/graphic/redbutton-reverse.png);
}


/* * * Validation * * */

.FormSDK input.error {border: 1px solid red;}
.FormSDK label.error { 
    color: red;
    float: left;
    font-weight: normal;
}


/* ***********************************************
   FORM for TILMELDING til Nyt og Sundt nyhedsbrev
 
   ********* */

.FormSDK .radiobuttons label {	
        display: inline;
	font-weight: bold; 
}
/*
#contentholder .tilmeld div.input {
	width: 260px;
}
*/
#contentholder .tilmeld label {
    font-weight: bold;
    font-family: arial, Helvetica, Sans serif;
    font-size: 14px;
}
#contentholder .tilmeld input, 
#contentholder .div-name, 
#contentholder .div-email {
	width: 250px;
}
#contentholder .tilmeld .div-name, 
#contentholder .tilmeld .div-email {
    float: left;
    margin-top: 15px;
}
#contentholder .tilmeld .div-email {
    margin-left: 15px;
}
#contentholder .tilmeld input.submit {
        width: 139px;
        clear: both;
}
#contentholder .tilmeld input.radio {	
        width: 40px;
}
#contentholder .tilmeld div.input {
	background-image: url("/files/system/graphic/input-small1.png");
	width:239px;
        margin: 10px 0 20px;
}

/* ******************************
    FORM for TILMELDING til Nyt og Sundt nyhedsbrev i small kolonne

    ************************** */

#smallForm .tilmeld .div-name,
#smallForm .tilmeld .div-email  {
    margin: 0;
}
#smallForm .tilmeld input.submit {
    float: left;
    margin-left: 60px;
}
#smallForm .tilmeld div.input {
    width: 200px;
}
#smallForm .tilmeld input, 
#smallForm .div-name, 
#smallForm .div-email {
	width: 190px;
}
#smallForm .tilmeld input.radio {
   width: 20px;
}
#smallForm #erMedlemDiv {
    padding-top: 15px;
}
/* RJT addon Centrering af tekst i submitknapper */
#tilmeldForm input.submit {
	text-align: left;
	padding-left: 15px;
}
