/* GENERIC TABLE / BODY STYLE */
html, body {
	text-align: center;
	margin: 0; padding: 0;
	font: normal 13px/15px Calibri, "Myriad Pro", sans-serif;
	color: #333;
}
body { background: #c7c6c6 url('/publish_skins/liquiline/img/gradient.kort.ny.jpg') repeat-x top; }

#wrapper { width: 100%; background: transparent url('/publish_skins/liquiline/img/bakgrunn3.hele.ny.jpg') no-repeat center 119px; }

div {
	margin: 0; padding: 0;
}
td { font-size: 13px; } 
img { border: 0; }

/* STANDARD LINKS */
a:link { color: #d62; text-decoration: none; }
a:visited { color: #d62; text-decoration: none; }
a:hover { color: #333333; text-decoration: underline; }

/* NEW GLOBAL CLASSES */
.heading { /*text-transform: uppercase;*/ font-size: 26px; line-height: 28px; font-weight: bold; color: #d62; }
.smallheading { /* text-transform: uppercase;*/ font-size: 16px; line-height: 18px; color: #d62; } /*004e73*/
.small_text { font-size: 11px; }
.small_text_color { font-size: 11px; }

/* FORM CLASSES */
input { font-size: 12px; }
.form_text { color: #000000; width:200px; }
.form_text_small { color: #000000; width:80px; }
.form_textarea { color: #000000; width:200px; height: 100px; font-size: 12px;}
.form_checkbox { margin: 0px; }
.form_button { }

