
/* This file is for the frontpage and edit mode of Hemsida24 */

/*__________________________ FORMS - Large Inputs on dark bg _____________________________________________*/
.h24_large_inputs input[type=text],
.h24_large_inputs input[type=password] {
border:medium none;
color:#333333;
display:block;
font-family:Verdana,Geneva,sans-serif;
font-size:14px;
line-height: 100%;
font-weight:bold;
height:24px;
letter-spacing:1px;
margin-bottom:5px;
padding:5px 10px 4px;
width:248px;
overflow: hidden;
}

.h24_large_inputs label.inputField {
	color:#E3E3E3;
	font-size:16px;
	font-weight:bold;
	margin-left:5px;
}

.h24_large_inputs .activeField
{
	background:transparent url(images/hemsida24_common_sprites.png) no-repeat scroll left -215px;
}
.h24_large_inputs .idle
{
	background:transparent url(images/hemsida24_common_sprites.png) no-repeat scroll left -173px;
}

.h24_large_inputs .wrong
{
	background:transparent url(images/hemsida24_common_sprites.png) no-repeat scroll left -258px;
}

#buttonSubText {
left:47px;
line-height:12px;
position:absolute;
text-align:justify;
top:401px;
width:246px;
}

.h24_formSubText {
color:#999999;
font-size:10px;
}

.h24_formSubText a {
color:#999999 !important
}
