

body {
 background-color:#FFFFFF;
 color:#000000;
}


a         { color:#000000; }
a:link    {  }
a:visited {  }
a:focus   { color:#FFFFFF; background-color:#000000; }
a:hover   { color:#FFFFFF; background-color:#000000; }
a:active  { color:#FFFFFF; background-color:#000000; }




#navi {
 background-color:#000000;
}

#navi a  { color:#FFFFFF; }

#footer {
 background-color:#000000;
 color: #FFFFFF;
}

#footer a  { color:#FFFFFF; }









#photo_head {
 background:#999999;
 color:#000000;
}


.photo_description textarea,
.photo_description input[type="text"],
#photo_upload_register input[type="text"],
#photo_upload_login input[type="text"],
#photo_upload_register input[type="password"],
#photo_upload_login input[type="password"] {
 border:2px solid #000000;
}

#photo_upload_register input[type="checkbox"] {
 border:1px solid #000000;
}

#photo_upload_register button,
#photo_upload_login button {
 background-color:#000000;
 color:#FFFFFF;
}

#photo_upload_reg button {
 background-color:#FFFFFF;
 color:#000000;
}

#content_box_photo button {
 background-color:#000000;
 color:#FFFFFF;
}

.photo_container {
 border-top:2px solid #000000;
}






#supporters {
 text-align:center;
}

#supporters a {
	font-weight: normal;
}

#main_supporters {
	text-align: center;
}

#main_supporters a {
	target-new: tab;
}

#main_supporters img {
	margin-left: 20px;
	margin-right: 20px;
}


#gallery_pic {
	margin-right:20px;
}





#contact_form {
}

#contact_form br {
	clear: both;
}

#contact_form label {
	display: block;
	float: left;
	width: 150px;;
	text-align: right;
	padding-right: 5px;
	cursor: pointer;
	margin-top: 2px;
}

#contact_form input {
	display: block;
	float: left;
	border: 2px solid #000000;
	padding: 2px;
	margin-bottom: 2px;
	width: 200px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #FFFFFF;
}

#contact_form textarea {
	border: 2px solid #000000;
	height: 200px;
	width: 400px;
	background-color: #FFFFFF;
}

/*\*/
* html #contact_form textarea {
	margin-left: -2px;
}
/**/

#contact_form button {
	display: block;
	margin-left: 154px;
	margin-top: 5px;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	cursor: pointer;
}

/*\*/
* html #contact_form button {
	margin-left: 151px;
}
/**/

#contact_form .error {
	border-color: red;
}





