@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #0000aa;
}

#wrapper {
	width: 699px;
	margin: 0px auto;
	margin-top: 100px;
}

.column.right {
	float: right;
	width: 243px;
}

.column.left {
	float: left;
	width: 28px;
}

.button {
	height: 64px;
}

.element {
	margin-bottom: 10px;
}

.main {
	width: 417px;
	float: right;
	margin-right: 10px;
}

.flickr {
	margin-top: 61px;
}
.flickr-inner {
	width: 417px;
	height: 286px;
	background: white url(../images/Flickr-Rotator.png) no-repeat;
	position: relative;
}
.flickr-image {
	position: absolute;
	top: 11px;
	left: 11px;
}
.flickr-image.now {
	z-index: 9995;
}
.flickr-image.next {
	z-index: 9990;
}

.twitter {
	margin-top: 205px;
}
.twitter-inner {
	width: 417px;
	height: 64px;
	background: white url(../images/Twitter-Text.png) no-repeat;
}
.twitter-link {
	font-size: 0.70em;
	color: black;
	display: block;
	padding: 11px;
	text-decoration: none;
	line-height: 1.67em;
}

.footer {
	font-size: 11px;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.hide {
	display: none;
	visibility: hidden;
}

.modalbox-title {
	background-color: #666;
	color: white;
	font-size: 3em;
	padding: 0.1em;
}

.modalbox-close {
	float: right;
	color: white;
	font-size: 1.2em;
	margin-right: 0.15em;
	width:0.6em;
}
.modalbox-close a {
	text-decoration: none;
}

.modalbox-content {
	font-size: 0.86em;
	padding: 0.4em;
}

label {
	width: 35%;
	display:inline-block;
	vertical-align:top;
}

input, textarea {
	width: 60%;
	margin: 3px;
}

input[type="submit"] {
	width: auto;
	text-align: center;
}

.message {
	padding: 0.2em;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

.success {
	border: 3px solid green;
	background-color: #a8ffa9;
}

.failure {
	border: 3px solid red;
	background-color: #ffa4a4;
}

.clear {
	clear: both;
}