@charset "UTF-8";
/** 
 * @project   KOST SWEDEN
 * @version   0.1 
 * @package   xhtml-css 
 * @author    Irene Soler 
 * @copyright 2009 by the author 
 */



/** --------- RESET ALL ------------ */

* {
	padding:0;
	margin:0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
ol, ul {
	list-style:none;
	color:#333;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6, p {
	font-size:100%;
	font-weight:normal;
	line-height:120%;
	
}
a {
	color:#000;
	text-decoration:none
}
a:hover {
	color:#FF3300;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
a:focus {
	-moz-outline-style:none;
}
/** --------- GENERAL ------------ */


body {
	min-height:101%;
	font-family:Helvetica, Arial, Verdana; color:#FFF;
	background: #000 url(../images/RepeatImage.jpg) repeat-x 0px 0px;
}
html {
	height:100%;
}
.clear {
	clear:both;
}
#container {
	width:100%;
	height:900px;
	margin:0;
	padding:0;
	text-align:left;
	background:url(../images/holding_image.jpg) no-repeat;
	}
	
	
	#container .wrap{
		position:absolute;
		width:560px;
		top:173px; left:412px;}
		
		#container .wrap h2{
			font-weight: bold;
			font-size:2em;}
			
		#container .wrap h1{
			font-size:1.8em;}
			
		#container .wrap p{
			padding:5px 0 15px 0}
			
		#container .wrap strong{
			color:#FF3300}
			
		#container .wrap form{
			width:450px;
			margin-top:45px;
			clear:both
			}
			
		#container .wrap label{
			float:left;
			width:110px;
			font-size:.85em;
			margin-top:3px
			}
			
		#container .wrap .textField {
			border:1px solid #CCC;
			width:245px;
			height:16px;
			padding:2px;
			float:left;
			margin-bottom:10px
			
			}
	
		#container .wrap .submit{
			float:right}
			
			#container .wrap .logos{
				margin-top:70px}
