﻿#imagepage
{}
#imagepage img
{
	max-width: 460px;
	max-height: 460px;
	margin: 10px;
}
#imagepage input
{
	width: 350px;
	border: 1px solid red;
	margin: 0 10px 5px 0;
}
#imagepage input text
{
	color: Blue;
}
#imagepage #codetext
{
	font-size: 11px;
}
#imagepage p
{
	font-size: 12px;
	font-family: Verdana;
	margin: 10px auto;
	width: 480px;
	border: dashed 1px #BCBDC0;
	background-color: #F0F0F0;
	padding: 5px;
}
.imgproperties
{
	width: 520px;
}
.imgproperties img
{
	display: none;
}
.imgproperties input[type=text]
{
	width: 300px;
}
#imagepage #imgdiv
{
	width: 420px;
	}