* {
	margin:0;
	padding:0;
}

body {
	font:normal 62.5% arial,helvetica,verdana,sans-serif;
	color:#666;
	text-align: center;
}

h1 {
	color:#000;
	font-size:5em;
	margin:0 100px 15px 0;	
}

h1, h1 span{
	background:#f2f2f2 url(/img/css/h1_bg.png) no-repeat;
	height:46px;
	width:178px;
}

a {
	color:#F0F;
}

a:hover {
	text-decoration:none;
}

p {
	margin:0 0 15px;
	font-size:1.1em;
	background:#CCC url(/img/css/p_bg.gif);
	padding:10px;
	border:1px solid #CCC;
}

img{
	position:absolute;
	right:-90px;
	top:-90px;
}

em {
	font-style:normal;
	text-decoration:underline;
}

#container {
	width:760px;
	margin:80px auto 5px;
	display:table;
	border:1px solid #CCC;
	background:#FFF url(/img/css/container_bg.gif);
	
}

#inner_container {
	margin:20px;
	text-align:left;
	position:relative;
	float:left;
}

#footer {
	width:760px;
	margin:0 auto;
	clear:both;
}

#footer dl {
	padding:0 0 0 7px;
}

#footer dl, #footer dt, #footer dd {
	float:left;
	display:inline;
}

#footer dt, #footer dd {
	margin:0 7px 0 0;
	color:#999;
}

form{
	float:left;
}

fieldset {
	border:none;
}

legend {
	display:none;
}

textarea {
	width:732px;	
	height:15em;
	font-family:verdana,arial,helvetica,sans-serif;
	color:#000;
	font-size:1.1em;
	border:1px solid #999;
}

textarea:hover {
	border:1px solid #333;
}

label {
	display:block;
	padding:0 5px 0 0;
	font-size:1.4em;
	line-height:1.4;
	margin: 0px 0 3px;
	font-weight:bold;
	clear:both;
}

input, textarea {
	padding:5px;
	margin:0 0 5px;
}

.submit{
	width:auto;
	display:inline;
	float:right;
}

#output {
	color:#666;
	border:1px solid #6CF;
	background:#CFF url(/img/css/output_bg.gif);
	margin:0 0 20px;
}

.replace{ 
	position:relative; 
	/*hide overflow:hidden from IE5/Mac */ 
	/*\*/ 
	overflow:hidden;
	 /**/
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}