/* ------- COMMON ------- */
body {
	background-color:white;
	margin:0px;
}

a {
	font-weight: normal;
	color: blue;
	text-decoration: underline;
}

a:visited {
	color: blue;
	text-decoration: underline;
}

a:hover {
	color: blue;
	text-decoration: none;
}

input, textarea {
border: 1 solid black;
font-family: verdana;
font-size: 10px;
background-color:white;
color:black;
}


/* ------- Klasser ------- */

.tipimg {
 	display:inline;
}

.tipaltimg {
	display:none;
	width:100%;
	height:50px;
	background-image: url(http://www.diaphoni.dk/grafik/top_rotation.jpg);
	background-repeat: no-repeat;
}

.tiptitle {
 	color:black;
 	font-weight:bold;
 	font-size:14px;
}

.tipfielddesc {
	font-size:11px;
	font-weight:bold;
}

.tipclosewin {
	font-size:11px;
	font-weight:normal;
	color:blue;
	text-decoration:underline;
}

.tipsubmit {
	background-color:#cecece;
	color:black;
	font-size:11px;
}

.tipsubmitalign {
	text-align: left;
}