*{margin:0;padding:0;}
p{margin:10px 0 10px 0;}
.clear{clear:both;}
a{
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	border: none;
}

body {
	background: #121315 url(./images/bg.gif) top center no-repeat;
	color: #ccc;
	font-family: "Lucida Grande", Arial, Helvetica, Sans-Serif;
	font-size: 0.95em;
}

a { color: #888; }
a:hover { color: #f83; }

.textbox {
	background: #222;
	border: 1px solid #AAA;
	color: #ccc;
	padding: 2px 4px 2px 4px;
	width: 160px;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}

.textbox:focus {
	border: 1px solid #f83;
	color: white;
}

h1 {
	background: #262626;
	/* border: 1px solid #333; */
	color: #f83;
	font-size: 1.6em;
	padding-left: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.error {
	background: #411818;
	border: 1px solid #7A1818;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.info {
	background: #193818;
	border: 1px solid #516f10;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

#container {
	margin: 5px auto;
	width: 800px;
}

#container #logo {
	background: transparent url(./images/telconinja.png) top center no-repeat;
	height: 186px;
}

#container #content .c_item {
	background: #131313; /* url(./images/grad.gif) top repeat-x; */
	border: 1px solid #333;
	margin: 0 0 10px 0;
	padding: 5px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

#container #content .c_item p {
	padding: 0 5px 0 5px;
}

#container #content #c_intro {
	float: left;
	width: 590px;
}

#container #content #c_irc {
	float: right;
	width: 175px;
}

#container #footer {
	/* border-top: 1px solid #1f2223; */
	background: #121315 url(./images/seperator.gif) top center;
	color: #aaa;
	font-size: 0.75em;
	font-style: italic;
	padding: 5px;
	text-align: center;
}
