/*
Company:	Nautica X - ost.org
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {
padding:0;
margin:0;
}





fieldset { 
	padding:30px 0px 10px 30px; 
	border: 1px solid #e2e4e5;
	font-size: 11px;
	font-weight: bold;
	margin: 45px 0px 15px 0px;	
	background-color: #efefef;
	width: 500px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;

}

fieldset input {
	background-color: white;
	border: none;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	font-family: "helvetica neue", helvetica, arial, Verdana, sans-serif;	
	font-weight: bold;
}

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	font-size: 12px;
	font-family: "helvetica neue", helvetica, arial, Verdana, sans-serif;
	color: #292a2a;
	line-height: 135%;
	background-color: #292a2a;
}

h1 {
	margin-bottom: 60px;
	margin-top: 0px;
	font-size: 44px;
	letter-spacing: -1px;
	line-height: 100%;
	text-shadow: #dddfdf 3px 3px 5px;
}


h2 {
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 35px;
	letter-spacing: -1px;
	text-shadow: #dddfdf 3px 3px 5px;		
}

p {
	margin-top: 15px;
}
a{
  color:black;
}
/* @end */


/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */



#main{
   padding:40px 30px 30px 50px;
   
   -moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-color: white;
	float:left;
	left:50%;
	margin-left:-350px;
	overflow:visible;
	position:absolute;
	width: 700px;
	z-index:10;
	border-right:  2px solid black;  
}
ul {
  list-style-type: none;

}
#letter{
   height: 420px;
   overflow:auto;
   margin-bottom: 80px;
   padding-bottom: 20px;
   padding-right: 20px;
   line-height: 135%;
   font-weight: normal;
   font-size: 15px;

}
label{
   width:140px;
   display:block;
   float:left;
}
#submitButton{
   margin-top:0px;
   margin-bottom:30px;  
}
#liste{
   margin-top:20px;
}
.error{
   margin-top: 5px;
   background-color: white;
   color: red;
   font-size: 11px;
   padding-top: 10px;

}

#disclaimer {
	width: 550px;
	font-size: 12px;
}

.antispam {
	font-size: 11px;
	margin: 10px 0px 10px 0px;
	font-weight: normal;
}
.antispam b {
	font-weight: bold;
	margin-bottom: 15px;
}
b, strong {
	font-weight: bold;
}
#code{
   width:70px;
   font-weight:bold;
   padding:5px;
}
.newshd{
   float:right;
   margin-bottom:20px;
}
.clearer  {
   clear:both;
}

