img
{
	border:0;
	vertical-align:middle;
}

.p
{
	margin:1em 0 1em 0;
}

.system-message
{
	border:1px solid black;
	text-align:center;
	width:480px;
	margin:0 auto;
	padding:1em;
}

.system-message h1
{
	margin:0;
	padding:0;
	display:inline;
	vertical-align:bottom;
}

.system-message p
{
	margin:1em;
	font-weight:bold;
}

#info h1
{
	color:blue;
}

#info
{
	background:#efefff;
	border:1px solid blue;
}

#warning h1
{
	color:orange;
}

#warning
{
	background:#ffffef;
	border:1px solid orange;
}

#error h1
{
	color:red;
}

#error
{
	background:#ffefef;
	border:1px solid red;
}

.clear
{
	clear:both;
}

#notices .notices
{
	text-align:left;
	margin:0;
	padding:1px 0 1px 3px;
	border:0px;
	border-top:1px solid white;
}

.notices
{
	display:block;
	padding:5px;
	margin:2px;
	text-align:center;
	font-size:90%;
}

.notices-error
{
	border:1px solid red;
	background:#FFEEEE;
	color:red;
}

.notices-info
{

	border:1px solid blue;
	background:#EEEEFF;
	color:blue;
}

.notices-warning
{
	border:1px solid #FFEE00;
	background:#FFFFEE;
	color:black;
}

.artificial_input
{
	text-align:left;
	display:block;
	width:250px;
	border:1px inset #ECE9D8;
	padding:1px 0 1px 0;
}

.artificial_input input
{
	border:0;
}

#unique_code_result
{
	display:inline;
	text-align:right
}

.unique
{
	background:url('../image/mini/unique.png') no-repeat left;
	padding-left:18px;
	color:#a79900;
}

.valid
{
	background:url('../image/mini/ok.png') no-repeat left;
	padding-left:18px;
	color:green;
}

.invalid
{
	background:url('../image/mini/cancel.png') no-repeat left;
	padding-left:18px;
	color:red;
}

.tiny
{
	width:2em;
}

.small
{
	width:5em;
}

.medium
{
	width:8em;
}

.large
{
	width:12em;
}

.center
{
	text-align:center;
}

.left
{
	text-align:left;
}

.right
{
	text-align:right;
}

.uploader
{
	border:1px solid #DDD;
}
