body
{
	background:url('background.gif') repeat-y top left;
	color:inherit;
}

body td
{
	font-family:arial,serif;
	font-size:small;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 5;
}

.imagetitle
{
	font-size:small;
	font-family:arial,serif;
	white-space:nowrap;
	border:1px solid #dce8ff;
	cursor:pointer;
	background:white;
	color:inherit;
	float:left;
	margin:2px;
	padding:2px;
	width:150px;
	overflow:hidden;
}


.head
{
	font-size:xx-large;
	font-weight:bold;
}

.image
{
	border:1px solid black;
}

.ad
{
	position:absolute;
	border:0px solid black;
	width:468px;
	height:60px;
	right:5px;
	top:5px;
	
}

.preview_remove
{
	display:none;
	position:absolute;
}
.preview_view
{
	top:0;
	left:0;
	width:auto;
	height:auto;
	border:1px solid black;
	position:absolute;
	display:block;
	
	background:url('preview.gif') white repeat-x bottom;
	
	color:inherit;
	padding: 5px;
	z-index:100;
	width:280px;
}

.thumbnail
{
	border: 1px solid black;
}

.preview_image_container
{
	position:relative;
	float:left;
}

#image_attributes
{
	position:relative;
	padding:3px;
	float:right;
	font-family:arial,serif;
	border:1px solid red;
}
.addimagequestion
{
	width: 200px;
	height: 20px;
	background:url('button.gif') repeat-x;
	color:black;
	font-weight:bold;
	border:3px groove #6591AC;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:3px;
	padding-bottom:3px;
	font-family:arial,serif;
	cursor:pointer;
	
	text-align:center;
	vertical-align:middle;
}


.addimage
{
	display:none;
	font-family:arial;
}

.copyright
{
	position:relative;
	text-align:center;
	height: 15px;
	width:300px;
	border:1px solid #dce8ff;
	color:inherit;
	font-size:small;
	font-family:arial,serif;
}

.error
{
	background:inherit;
	color:red;
	font-size:small;
}

a:link {color: #0300AC; text-decoration: none; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #6591AC; text-decoration: none; }
a:hover {color: #ff0000; text-decoration: none; }


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



#disclaimer
{
  position:absolute;
  top:30px;
  left:30px;
  width:400px;
  height:auto;
  border:5px groove red;
  background-color:white;
  padding:5px;
  display:none;
}

#disclaimer .top
{
  top:0px;
  left:0px;
  width:100%;
  height:20px;
  text-align:center;
  background-color:#FF0004;
  color:white;
  font-weight:bolder;
}