a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	outline: none;
	color: #afafff;
}

a:hover {
	color: #ffffff;
}

.shadow {
	margin: 0;
	padding: 0;
	text-shadow: 2px 2px 4px rgba(20,20,20,.7);
}

.box {
	width:400px;
	padding: 12px 12px 0 12px;
	background: rgba(255,255,255,.4);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}


#infoframe {

	border: none;

}

#comment-form fieldset {
	margin: 0 0 5px 0;
	border: none;
}

#comment-form fieldset input,
#comment-form fieldset textarea {
	margin: 0 1 0 1;
	padding: 2px;
	border: 2px engraved;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: rgba(0,0,0,.2);
}

#comment-form fieldset input:focus,
#comment-form fieldset textarea:focus {
	background: #ffffff;
}

#comment-form fieldset button {
	padding: 2px;
	margin: 0 0 0 2;
	border: 2px engraved;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url(gfx/MagnesiumMetalBlue.png) repeat-x top left;
}


#member-form fieldset {
	margin: 0 0 0 0;
	border: none;
}

#member-form fieldset input,
#member-form fieldset textarea {
	padding: 1px;
	border: 1px solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: rgba(235,235,255,.5);
}

#member-form fieldset button {
	padding: 0;
	border: 1px engraved;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: url(gfx/MagnesiumMetalBlue.png) repeat-x top left;
}

