body {
        font-family: sans-serif;
        font-size: 10pt;
        color: #666666;
        background: #ccedf2;
        text-align: center;
}
input {
        font-family: sans-serif;
        font-size: 15pt;
        color: #666666;
        background: #ccedf2;
        border: 0px solid #666666;
        padding: 10px 10px 10px 10px;
        -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.code { 
	font-family: monospace;
	background-color:#fff4c8;
	border:1px dashed #ffcc00; 
	padding:5px; 
	margin:2px; 
}
a {
        text-decoration: none;
        color: #ee9595;
}
a:visited {
        text-decoration: none;
        color: #ee9595;
}
a:hover {
        text-decoration: none;
        color: #e86767;
}


div#title {
        border-left: 10px solid #ee9595;
        padding-left:3px;
        font-weight: bold;
        color: #ee9595;
}
div#ads {
	position:absolute;
	border-bottom: 10px solid #f4d291; 
	top:0;
	left:0;
        width: 100%;
	background: #fea900;
}
div#wrapperAll {
        padding-top:100px;
        width: 660px;
	margin: auto;
}

div#top {
        height: 200px;
        background-image: url('images/top.png');
        background-repeat: no-repeat;
        margin:0px;
	text-align: right;
}

div#topWrapper {
        clear: both;
        padding-left:20px;
        padding-right:20px;
}
div#status {
        //color: #ff0000;
        
}

div#menu {
        text-align: center;
        height: 37px;
        padding-right:10px;
        
}
div#content {
        background-image: url('images/border.png');
        background-repeat: repeat-y;
        margin:0px;
        clear: both;
}
div#code {
	float:left;
	padding-left: 20px;
	text-align: left;
	width:300px;
}
div#show {
	padding-top: 30px;
	text-align: center;
	margin-left:300px;
}
#img{
	background: #fff;
	padding: 5px;
	border: 1px #ccc solid;
}
div#wrapperContent {
        clear: both;
	text-align: center;
}

div#wrapperNote {
        margin-left: auto;
        margin-right: auto;
        width: 591px;
}

div#noteTop {
        background-image: url('images/note_top.png');
        background-repeat: no-repeat;
        height:16px;
}

div#noteContent {
        background-image: url('images/note_bg.png');
        background-repeat: repeat-y;
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
}

div#noteBottom {
        background-image: url('images/note_bot.png');
        background-repeat: no-repeat;
        height:16px;
}

div#bottom {
        height: 60px;
        background-image: url('images/bottom.png');
        background-repeat: no-repeat;
        margin:0px;
        padding-top:20px;
}
div#twitter {
	float:right;
	margin-top:20px;
	margin-right:35px;
	width:250px;
	background: url('images/point.png') top left no-repeat;
	padding-top: 12px;
}
span#status {
	text-align:center;
	background: #fff;
	display: block;
	padding: 10px 15px 10px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div#readme{
/*
        margin-left: auto;
        margin-right: auto;
	width:70%;
	background: #fff;
	padding: 10px 10px 10px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
*/
	
}
div#mupload{
	padding-top: 10px;
	
}
div#listu{
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
	width:60%;
        text-align: left;
}
div#uitem{
	font-size: 12pt;
	background: #edf8fd;
	border-bottom: 1px #5bcafd dashed;
	//margin-bottom:10px;
}
div#uitem:hover{
	background: #fdbcbc;
	border-bottom: 1px #b15151 dashed;
}
div#submit{
	margin-top:30px;
}
