html, body{
	height: 100%;
	width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
	background-color: #EEEEEE;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

body{
	padding: 10px;
	width: auto;
	height: auto;
}

span.time {
    font-size: 11px;
}

#back{
	margin-right: 50px;
}


input[type='file']{
	display: none;
}

table{
	border: 1px solid #EEEEEE;
	margin: 5px;
}

td, th{
	background-color: #d8e6f3;
	padding: 3px 7px;
	font-size: 12px;
	height: 24px;
}

.center{
	text-align: center;
}

th{
	font-weight: bold;
	background-color: #afcde7;
}
img.proj_ico{}

.table_cont{
	display: inline-block;
	vertical-align: top;
}

.right{
	text-align: right !important;
}
.left{
	text-align: left !important;
}

img.del{
	cursor: pointer;
}
#f_coins{
	display: inline-block;
}

.inline{
	display: inline-block;
}

input.email{
	width: 150px;
	text-align: left;
}

.float{
	float: left;
}
div.mail_confirm_cont{
	line-height: 28px;
	height: 30px;
	margin-left: 40px;
}
.clear{
	clear: both;
}

img.gallery{
	max-width: 200px;
}

img.upload{
	margin-left: 20px;
	vertical-align: middle;
	cursor: pointer;
}

div.button{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border: solid 1px #000000;
	background-color: #DDDDDD;
	padding: 1px 20px;
	border-radius: 5px;
	cursor: pointer;
}

img.edit{
	cursor: pointer;
}

.red{
	color: #FF0000;
}