@charset "utf-8";
*
{
	margin:0px;
	padding:0px;
	border:0px;
	border-spacing:0px;
}
html
{
	background:url('background.png');
}
body
{
	width:1000px;
	margin:auto;
	background:url('patterns_top.png') top center no-repeat;
	font-family:Verdana, Geneva, sans-serif;
}
h1
{
	font-size:25px;
}
h2
{
    margin-top:10px;
    font-weight:bold;
    font-size:20px;
}
ul
{
	margin:5px;
	margin-left:20px;
}
li
{
    margin:8px 0px;
}
td
{
	vertical-align:top;
}
input, textarea
{
	padding:2px;
	background:#ffffff;
	border:1px solid #bbbbbb;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	vertical-align:middle;
    margin-bottom:2px;
}
input:hover, textarea:hover
{
	border:1px solid #999999;
}
input:focus, textarea:focus
{
	border:1px solid #777777;
}
label
{
    display:inline-block;
    width:165px;
}
select
{
	padding:2px;
    width:100px;
    border:1px solid #333333;
}
.clear
{
	clear:both;
}
.site
{
	width:1000px;
	background:url('patterns_bottom.png') bottom right no-repeat;
	background-attachment:scroll;
	padding-bottom:85px;
}
.header
{
	margin:auto;
	width:800px;
	height:125px;
}
.header_logo
{
	margin-left:50px;
	margin-top:16px;
	float:left;
}
.content
{
	margin:auto;
	width:800px;
	background:#ffffff;
	-moz-box-shadow:0 0 14px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 0 14px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 14px 0px rgba(0, 0, 0, 0.5);
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	position:relative;
	z-index:5;
}
.ribbon
{
	background:#ffffff url('en/ribbon.png') no-repeat top left;
}
.content:hover
{
	-moz-box-shadow:0 0 14px 0px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow:0 0 14px 0px rgba(0, 0, 0, 0.7);
	box-shadow:0 0 14px 0px rgba(0, 0, 0, 0.7);
}
.content_page
{
	padding:25px;
	width:400px;
	float:left;
}
.footer
{
	height:28px;
	text-align:center;
	color:#333333;
	padding-top:5px;
	width:560px;
	background:#aaaaaa;
	margin:auto;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-box-shadow:0 0 7px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 0 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 7px 0px rgba(0, 0, 0, 0.5);
}
.footer a
{
	color:#555555;
	text-decoration:none;
}
.ads_header_top
{
	width:800px;
	height:19px;
	background:#a6f227;
	text-align:center;
	padding-top:5px;
	border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-box-shadow:0 0 7px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 0 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 7px 0px rgba(0, 0, 0, 0.5);
}
.ads_header_logo
{
	margin-left:400px;
	margin-top:20px;
}
.ads_content
{
	text-align:center;
	margin-left:450px;
	padding:10px 7px 20px 7px;
	width:336px;
	background:url('right_bg.png') repeat-x top center #7be31d;
	border-top-right-radius:30px;
	-moz-border-radius-topright:30px;
	-webkit-border-top-right-radius:30px;
	border-bottom-right-radius:30px;
	-moz-border-radius-bottomright:30px;
	-webkit-border-bottom-right-radius:30px;
}
.ads_under_content
{
	text-align:center;
}
.ads_tab
{
	text-align:center;
	margin-top:15px;
}

.custom_file
{
	width:347px;
	margin:auto;
	position:relative;
}
.input_filename, .input_url
{
	padding:0px;
    margin:0px;
	height:23px;
	font-size:20px;
	padding-left:3px;
}
.input_filename
{
	width:255px;
	position:relative;
	z-index:10;
}
.input_url
{
	width:340px;
}
.file_separator
{
	position:relative;
	z-index:10;
	width:5px;
	height:25px;
	display:inline-block;
	vertical-align:middle;
}
.btn_browse, .btn_browse_hover, .btn_browse_focus
{
	display:inline-block;
	vertical-align:middle;
	width:80px;
	height:25px;
	background:url('en/btn_browse.png');
	background-position:0px 0px;
	cursor:pointer;
	margin:auto;
	position:relative;
	z-index:0;
}
.btn_browse_hover
{
	background-position:0px -25px;
}
.btn_browse_focus
{
	background-position:0px -50px;
}
.input_file
{
	opacity:0.0;
	-moz-opacity:0.0;
	-khtml-opacity:0.0;
	filter:alpha(opacity=0);
	height:25px;
	width:347px;
	text-align:right;
	cursor:pointer;
	position:absolute;
	z-index:5;
	top:0px;
	right:0px;
}
.btn_upload
{
	display:block;
	width:200px;
	height:45px;
	background:url('en/btn_upload.png');
	background-position:0px 0px;
	cursor:pointer;
	margin:auto;
}
.btn_upload:hover
{
	background-position:0px -45px;
}
.btn_upload:active
{
	background-position:0px -90px;
}

.tabs
{
	margin:20px 0px;
}
.tab_contents
{
	margin:auto;
	padding:10px;
	background:url('tab_content.png');
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.tab_content
{
	display:none;
	text-align:center;
}

.tab_titles
{
	text-align:center;
	padding-left:30px;
}
.tab_title, .tab_title_inactive
{
	padding:2px 0px;
	display:inline-block;
	margin-right:20px;
	cursor:pointer;
	width:160px;
	background:#e5e5e5;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
}
.tab_title_inactive
{
	background:#bfbfbf;
}

.image_details label
{
    margin-left:5px;
    display:inline-block;
    width:200px;
}
.image_details input
{
    width:95%;
    margin-left:5%;
    padding:4px;
    margin-top:3px;;
    margin-bottom:10px;
}