.inputtext
{
    padding: 2px;
    font: normal normal 12px 'Arial';
	border: 1px solid gray;
	margin: 2px 5px 5px 0px;
}


/****
 * övrigt
 ****/
.ovrigt
{
	width: 500px;
	height: 360px;
}


/****
 * verksamhetsbeskrivning
 ****/
.verksamhetsbeskrivning
{
	width: 500px;
	height: 200px;
	margin-bottom: 10px;
}

/****
 * bekräftelse
 ****/
.bekrafta_grupp_td_first_child
{
	width: 125px;
}
.bekrafta_grupp_styrelse_headline
{
	font-size:11px;
	font-weight:bold;
	color:#7c7c7c;
	display:block;
}
.bekrafta_grupp_td_first_child,
.bekrafta_grupp td
{
	text-align: left;
	vertical-align: top;
	padding-bottom: 3px;
}
#SiteInfo .bekrafta_grupp h2
{
	margin: 0 0 12px 0;
	font-size: 3px;
}
#SiteInfo h2.kampanjkod
{
    border-bottom: none;
    margin: 0px;
}



/******
 * hjälpruta
 *****/
#extrainfo {
	position: absolute;
	display: none;
	width: 400px;
	border: 1px solid black;
	background-color: white;
	text-align: left;
	padding: 5px;
}

#extrainfo a 
{
	font-weight: bold;
	text-decoration: underline;
}

#extrainfo h2
{
	font-size: 70%;
	font-weight: bold;
	margin-bottom: 0;
}

#extrainfo strong
{
display:block;
font-size:11px;
font-weight:bold;
}

#extrainfo ul
{
	margin-top: 0;
	list-style-position: inside;
	padding-left: 5px;
}


/*
 * timeout
 */
#timeout
{
	position: absolute; 
	display:none; 
	width:510px; 
	padding:5px; 
	font-size:20px;
	background-color:#FFCCCC;
	border:2px solid #FF5555;
	color:#3A3A3A;
}

#timeout a
{
	font-weight: bold;
}

#timeout p
{
	text-align: center;
}

