#conteiner {
	padding: 0px;
	margin-top: 0px;
	position: relative;
	width: 660px;
	margin-left: -330px;
	left: 50%;	
	min-height: 100%;
}

input {
	font-size: 16px;
	font-family: Arial, sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}

.input_text_300 {
	background-image: url('/images/input_text_300.png');
	width: 280px;
	height: 18px;
	border: 0px;
}
.input_text_90 {
	background-image: url('/images/input_text_90.png');
	width: 70px;
	height: 18px;
	border: 0px;
}

#input_url {
	margin-left: 40px;
	margin-top: 23px;
}
.input_url {
	position: relative;
	margin-left: 10px;
	width: 440px;
	height: 18px;
	background-image: url('/images/input_text_460.png');
	background-repeat: no-repeat;
	border: 0px;
	font-weight: 600;
	float: left;
}

.submit:hover {
	border: 1px solid #777;
	background-position: -1px -1px;
}
.submit:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE7 */
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE8 */
}
#submit_url {
	margin-top: 23px;
}
.submit {
	position: relative;
	margin-left: 30px;
	width: 90px;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	background-image: url('/images/button.png');
	background-color: white;
	border: 0px;
	font-size: 14px;
	font-style: italic;
	font-family: Arial;
	font-weight: 600;
}

select {
	font-size: 15px;
	text-align:center;
	font-family: monospace;
	height: 28px;
	
}

#select_size {
	width: 124px;
}

#select_fullsize {
	width: 124px;
	display: none;
}

#select_format {
	width: 60px;
}

.input_size {
	background-image: url('/images/input_size.png');
	width: 40px;
	height: 18px;
	border: 0px;
}

div.table_conteiner {
	padding-left: 40px;
	width: 240px;
	padding-top: 20px;
}

.block_title {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 12px;
}

.block_url_title {
	padding-top: 22px;
}

.block table {
	width: 240px;
}

.block tr {
	padding: 0px;
	margin: 0px;
	height: 34px;
}

.block td {
	padding: 0px;
	margin: 0px;
	height: 34px;
}

table {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
html, body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background-color: #fff;
	height: 100%;
}

.fullsize-checkbox {
	position: relative;
	display: none;
}

.fullsize-div {
	position: relative;
	cursor: pointer;
	width: 30px;
	height: 30px;
	padding: 0px;
	background: url(/images/checkbox.png) no-repeat 0px 0px;
}



#scale-div,#refresh-div {
	left: 0%;
	margin-left: 15px;
}

#screenshot_table {
	display: none;
}

code {
	background-color: #EEE;
	border: 1px solid #999;
	color: #000099;
	line-height: 18px;
	margin: 3px 0 15px;
	padding: 5px 10px;
	display: block;
}

a:link {
	border-bottom: 1px solid #abf;
	color: #44c;
	padding-bottom: 0px;
	text-decoration: none;
}

a:visited {
	border-bottom: 1px solid #abf;
	color: #44c;
	padding-bottom: 0px;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #d53e07;
	color: #d53e07;
	padding-bottom: 0px;
	text-decoration: none;
}
p.rules {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	text-align: justify;
	text-indent:15px;
}
.block_url {
	background-image: url('/images/block_url.png');
	background-position: left;
	width: 660px;
	height: 130px;
	position: relative;
}

#block_size {
	background-image: url('/images/block.png');
	background-position: center;
	width: 320px;
	height: 235px;
	position: relative;
	float: left;
}

#block_option {
	background-image: url('/images/block.png');
	background-position: center;
	width: 320px;
	height: 235px;
	margin-left: 340px;
	position: relative;
}
.menu {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.menu table {
	padding: 0px;
	font-family: arial,sans-serif;
	font-size: 16px;
}
.error {
	color:#F5261F;
}
#hFooter {
	height: 70px;
	clear: both;
}
.copyright {
	position: relative;
	text-align: center;
    width: 100%;
    margin-top: -60px;
}
.cell {
	padding-right:40px;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	text-align: right;
	width: 100px;
}
.cell2 {
	padding-right:40px;
	border-left: 1px solid #bbb;
	text-align: right;
	width: 100px;
}
.cell3 {
	border-left: 1px solid #bbb;
	width: 100px;
}
