body,
td,
th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	width: 100%;
	margin: 0;
	padding : 0;
	color: #ffffff;
	font-size: 14px;
}
a:link,a:visited
{
	color: #ffffff;
}
a:hover
{
	color: #0281c8;
}
body
{
	background-color: #000000;
}
.wrapper
{
	height: 100%;
	width: auto;
}

#picture_details #details
{
	color: #ffffff;
	text-align: left;
	font-size: 14px;
	padding: 10px;
}
#picture_details #picture
{
	margin-top: 0;
	overflow-x: hidden;
	overflow-y: auto;
	height: 680px;
}
#picture_details #picture img
{
}

#form_contact table
{
	width: 400px;
	color: white;
}
#form_contact table th
{
	text-align: left;
	vertical-align: top;
}
.contact_field
{
	width: 250px;
}
.errors
{
	background-color: #FFCCCC;
	border: 2px solid  #C40109;
    list-style-type: none;
	margin: 2px;
	padding: 2px;
}

.messages
{
	color: #000044;
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: center;
	padding: 5px;
	width: 380px;  
	background-color: #0580c6;
    border: 2px solid blue;
}
.errors ul, .errors li
{
    font-weight: normal;
    text-align: center;
    color: red;
}

