html, body, form, p {
	margin: 0;
	padding: 0;
	font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

label {
        float: left;
        width: 130px;
        font-weight: bold;
        font-size: 11px;
}

input, textarea {
        width: 190px;
        margin-bottom: 5px;
}

textarea {
        width: 250px;
        height: 150px;
}


a:hover {
        text-decoration: none;
        color: #999;
}

a {
        text-decoration: underline;
        color: #333;
}


#container {
	margin: 12px 0 0 5px;
	padding: 0;
	width: 390px;
	height: 210px;
	border:0px solid gray;
	background-color:#fff;
}

#cover {
	width: 250px;
	height: 200px;
	/* border:1px solid red; background-color:#E0E0E0; */
	float: left;
}

#cover img {
	width: 200px;
	height:200px;
}

#download {
        widht: 300px;
        height: 200px;
        /* border:1px solid blue; background-color:#E0E0E0; */
}

#download form {
	margin: 10px 0 0 0;
}

.small {
	font-size: 10px;
}

.pageinfo {
	font-size: 13px;
	margin: 0 0 10px 0;
}

.container {
	position: relative;
	top: 20px;
}

.backnavi {
	position: relative;
	top: 180px;
	margin: 0px;
	padding: 0px;
}

.infobox {
	padding: 10px;
	width: 300px;
	margin: 10px;
	border:2px solid #339933; background-color:#33ff33;
	float: right;
}

.longcontent {
	overflow: auto;
	float: right;
	width: 350px;
	height: 170px;
}

#submitbutton {
	margin-left: 130px;
	margin-top: 5px;
	width: 90px;
}


.ctable {
	font-size: 11px;
	width: 900px;
}

.ccode {
	width: 90px;
}

.ctype {
	width: 60px;
}

.cmail {
	width: 250px;
}

.cdown {
	width: 30px;
}

.cdate {
	width: 150px;
}

.creset {}

