/*
$Id: popup.css 1300 2008-01-25 13:40:08Z ingvig $
(c) Siminn.is
*/
body {
	background:#66D1F5;
	margin:0px;
	padding:30px;
	text-align:center;
	}

.container {
padding:0px;
width: auto;
min-width:8em;
max-width:760px;
	}
	
.box.wrap {
		padding:0px 10px 10px 10px;
	}


	.rounded .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:15px; /* top slice width */
 margin-left:-15px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.rounded .content,
.rounded .t,
.rounded .b,
.rounded .b div {
 background:#fff url("../i/popup/bg.gif") no-repeat top right;
}

.rounded .t{
 background-position:top left;
}

.rounded .b
 {
 background-position:bottom right;
}


.rounded .b div {
 background-position:bottom left;
}


.rounded .b,
.rounded .b div {
 height:17px; /* height of bottom cap/shade */
 font-size:1px;
}

.rounded .b div {
 position:relative;
 width:15px; /* bottom corner width */
 margin-left:-15px;
 background-position:bottom left;
}


.rounded .content {

	}

h1 {
	background: ;
	border-bottom:1px solid #F1F1F1;
padding-top:20px;

	}
	
	/*fritt sms*/
	
	body.sms {
 		background: #fff;
 		margin:0px;
 		padding:0px;
 		}
 		
 		
 .fi_area label {
	float:left;
	}

.fi_area span.more {
		float:left;
		text-transform: uppercase;
		width:140px;
		font-size:90%;
		margin-left:40px;
}

.fi_area span.more input.textfieldsbold, 
.fi_area span.more input.textfieldsbold:focus
 {
	float: right;
	border:1px solid #fff;
	margin-top:-14px;
	padding:0px;
	display: inline;
	width: 30px;
	font-weight: bold;
	}
	
.sms acronym.req{
	display: none;
	}	
	
.container .rounded .content .banner {
	padding:5px;
	margin-bottom: 10px;
	}	
	
.ad {
	width:180px;
	height:136px;
	border:1px solid #e6e6e6;
	float:left;
	margin:14px 0px 0px 10px;
	padding:10px;
	text-align: center;
	}
	
	*:first-child+html .ad{
		margin-top:65px;
		} 
	
.s-form .fi_txt input {
	width:218px;
	}	
	
em {
	margin:10px 0px;
	clear:both;
	line-height: 120%;
	text-align: left;
	font-size:95%;
	}	
*:first-child+html em {
	margin:0px 0px 20px 0px;
	}

.btn_noIcon {float:left;}
	.floatRight {float:right;margin-right:10px;}	
	
	body.sms .s-form textarea {
	width:220px;
	border:1px solid #e6e6e6;	
	height:150px;
	font-size:13px;
	font-family: arial, Geneva, Helvetica, sans-serif;
	padding:4px;
	}

body.sms .fi_area {
	clear: both;
	}	