body, h1, h2, div, span, img, a {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
	background-color: #fff;
	color: #000;
	font-size: 10pt;
	font-family: "Tahoma", sans-serif;
	margin: 100px 150px;
}
div#content {
    width: 550px;
}
a {
	color: #ff6400;
}
h1 {
    font-family: "Georgia", serif;
	font-weight: normal;
	font-size: 30pt;
	margin-bottom: 50px;
}
h1 span {
    color: #B4BEC8;
    font-size: 8pt;
    font-family: "Tahoma", sans-serif;
    display: block;
    margin-bottom: -17px;
}
h2 {
	font-weight: normal;
	font-size: 14pt;
	margin-bottom: 10px;
	clear: all;
}
h2 span {
	color: #B4BEC8;
	font-size: 10pt;
}
h2 input {
	font-size: 14pt;
	width: 200px;
}
div.puzo {
	position: absolute;
	left: -10px;
}

iframe.upload {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 1px;
    height: 1px;
}

.done {
    color: #0c0;
}
.error {
    color: #c00;
}

input.normal {
    width: auto;
    font-size: 10pt;
}

/******************************************************************************/

div.cat {
    padding-bottom: 50px;
}


div.file {
    background: url(/thumb/sprite.jpg) no-repeat 50px 2px;
    float: left;
    margin: 0px 1px 1px 0px;
}
div.file img.selected {
    background: url(/i/selected.gif);
}

div.cat div img {
    border: 2px solid #ffffff;
}
div.cat div img.new {
    border: 2px solid #ff6400;
}
div.cat div div {
    position: absolute;
    margin: 0;
    margin-left: 34px;
}
div.cat div div img {
    border: 2px solid #fff;
    background-color: #fff;
    cursor: pointer;
}

div.see-one {
    padding-bottom: 50px;
}
div.one-info {
    padding-top: 10px;
}
div.one-info strong {
    font-weight: normal;
    font-size: 14pt;
}
div.one-actions {
    position: absolute;
    top: 80px;
}

/******************************************************************************/

div.file_stream {
    background: url(/thumb/sprite.jpg) no-repeat 50px 0px;
    float: left;
}

div.file_stream div {
    position: absolute;
    margin: 3px 0px 0px 3px;
}

/******************************************************************************/

div#admin {
    background-color: #f0f0f0;
    padding: 30px 30px 30px 30px;
    position: absolute;
    top: 0px;
    left: -530px;
    width: 400px;
    text-align: left;
}
div#admin select {
    margin-bottom: 10px;
}
div#admin input.file {
    margin-bottom: 10px;
    width: 400px;
}

/******************************************************************************/

div#link-home {
    position: absolute;
    left: 45px;
}
a.arrow {
    text-decoration: none;
    font-size: 30pt;
    font-family: "Times New Roman";
    color: black;
}

