* { 
	margin : 0px; 
	padding : 0px; 
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
    }
	
:focus {
	outline: 0;
}
		
	
a	{
	color: #ffffff;
	outline: none; 
	text-decoration: underline;
	}
	
a:hover {
	outline: none; 
	color: #f88300;
	}
	
	
/**********************************************************/ 
.defaultPage {
	width: 450px;
	background: url(../images/background/content.png) ; /* ff98aa */
	padding: 20px;
	color: #ffffff;
	}

.clear {
	clear: both;
	}	

input {
	background-color: #f3f3f3;
	}
	
	
ul {
	list-style-position: inside;
	}

ol {
	margin-left: 25px;
	}
	
p {
	padding-top: 10px;
	}	
	
.h2,	
h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding:35px 0 10px 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #ffffff;
	}
	
h4 {
	font-size: 1em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	}
	
h4 a {
	text-decoration: none;
	}
	
.center {
	text-align: center;
	}
	
.readonly {
	border: none;
	background-color: transparent;
	margin: 0;
	padding-top: 2px;
	}
		
.error {
	color: #cc0000;
	}

#message {
	color: #ffffff;	
	padding: 5px 10px;
	background-color: #cc0000;
	margin: 10px 0;
	font-weight: bold;
	}
	
.pressButton  {
	margin: 0 1px 1px 0px;
	}
.pressButton:hover {
	margin: 1px 0px 0px 1px;
	}	

/******* FORM *********************************************/
.form {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #f1f1f1;
	} 	
	
.form #container {
	width: 650px;
	float: left;
	padding: 0 10px;
	overflow: hidden;
	}	
	
.form #container .ident {
	padding-left: 13em;
	}
	
.form .fieldset {
    border: 1px solid #787878;    
    }
    
.form h2 {
	padding: 10px 12px 5px 12px;
	margin: 0;
	}    
    
.form h4 {
    padding: 3px 10px;
    font-weight: bold;
    font-size: 1em;	
    color: #333333;
    border-bottom: 1px solid #444444;
	} 
	
.form h4 a {
	color: #ffffff;
	}
	
.form p {
	margin: 1px;
	padding: 4px 10px;
	}
	
.form label {
	display: block;	
}

.form .ident {
	padding-left: 12em;
	}
	
.form .highlight label {
	color: #cc0000;
	}	
	
.form .highlight textarea,
.form .highlight input,
.form .highlight select {
	border: 1px solid #cc0000;
	}	
	
.form option {
	padding-left: 3px;
	}
	
.form textarea,	
.form input,
.form select {
	width: 300px;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1em;	
	border: 1px solid #cccccc;
	background-color: #ffffff;
	}	
	
.form .checkbox {
	width: 2em;
	border: none;
	}	
	
.form .buttons {
	margin-top: 10px;
	}	
	
.form .buttons input {
	width: 8em;
	cursor: pointer;
	background-color: #D4D0C8;
	margin: 0 1px 1px 0;
	h:expression(onmouseover=new Function("this.style.margin ='1px 0 0 1px';"),
    		  onmouseout=new Function("this.style.margin ='0 1px 1px 0';") );	
	}	
	
.form .buttons input:hover {
	margin: 1px 0 0 1px;
	}	
	
	