/* Welcome box for visitors who aren't logged in */
#welcome-message {
	float:left;
	margin-bottom:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #484452;
	padding: 10px;
	width: 570px;
}

#welcome-message ul {
	padding-left: 50px;
	list-style: disc outside;
	padding-top: 20px;
}

h2 {
	font-size: 1.75em;
	color: #713355;
}

h3 {
	font-size: 1em;
}

#camera-phone {
	padding-top:15px;
	float:right;
}

#camera-phone a, a:visited, {
	color:white;
	text-decoration:none;
	border:none
	padding:2px;
}

#camera-phone a:hover {
	border:none
	padding:2px;
	text-decoration: underline;
}

#picture-post {
	clear:both;
	float:left;
}

fieldset.submitter {
	float:right;
}

#mirrordoll {
	float:right;
	height:150px;
}
