@charset "UTF-8";
@import url("base.css");
@import url("extensions.css");

form#chat,form#soucecode {
	clear: both;
}
form#sourcecode,form#amazoncode {
	display: none;
}
form#imagesource {
	display: none;
	padding: 10px 0px 10px 0px;
}
div#feedback_message span,div#chat_log span {
	display: block;
	height: 32px;
	width: 32px;
	padding: 5px;
	float: left;
}
div#feedback_message p,div#chat_log p {
	padding: 5px;
	border: solid 1px #CCCCCC;
	background-image: url(../images/talk.jpg);
	background-repeat: repeat-x;
}
div#feedback_message p strong,div#chat_log p strong {
	font-family: Courier;
	font-weight: normal;
	font-size: 14px;
	color: #000099;
}
div.talk {
	clear: both;
	background-image: url(../images/talk.gif);
	background-repeat: no-repeat;
	background-position: 42px 23px;
}
div.talk div {
	padding: 5px 10px 10px 47px;
}
input#message {
	font-size: 16px;
	width: 90%;
	line-height: normal;
}
textarea#code {
	width: 90%;
	height: 300px;
	line-height: normal;
}
form#create ul li {
	padding: 5px 0px 0px 0px;
}
form#create ul li span {
	width: 100px;
	font-size: 10px;
	height: 12px;
	line-height: normal;
	display: block;
}
input#title {
	width: 200px;
}
input#description {
	width: 500px;
}
a#header_login {
	float: right;
	display: block;
	padding: 15px;
	font-size: 10px;
}
div.hiddenObj {
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: -5000px;
}
dl.list {
	padding: 10px;
}
dl.list dt {
	border-top: solid 1px #CCCCCC;
	font-size: 14px;
}
dl.list dd {
	font-size: 12px;
	padding: 0px 0px 10px 0px;
}

div#errorMSG {
	font-size: 12px;
	color: #FF0000;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	margin: 0px auto 0px auto;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	text-align: left;
	height: 60px;
	overflow: hidden;
	background-image: url(../images/background.jpg);
}
div#header h1 {
	padding: 10px 0px 0px 15px;
}
div#header p {
	padding: 0px 0px 0px 15px;
}
div#header h1 a {
	color: #333333;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	margin: 0px auto 0px auto;
	clear: both;
	text-align: left;
	padding: 15px;
}
hr#eof {
	clear: both;
	visibility: hidden;
	height: 1px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	border-top: solid 1px #CCCCCC;
	text-align: right;
	padding: 10px;
	clear: both;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#copyright {
	padding: 2px;
	color: #999999;
	clear: both;
	line-height: normal;
}
div#copyright p {
	font-size: 10px;
}
div#copyright span {
	font-size: 12px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/