/* @override http://mercurycloud.com/rsvp/styles/screen.css */

ul, li, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	background: #000 url(/rsvp/images/cuba-bg.jpg) center 0 no-repeat;	
}

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

div#form{
	text-align: right;
	font-size: 14px;
	width: 300px;
	margin: auto;
	margin-top: 550px;
}

input#name, input#email, input#num{
	width: 150px;
	height: 20px;
}

input:focus{
	background-color: #ff7533;
}

label{
	margin-right: 15px;
}

#rsvp_form li {
	margin: 10px;	
}

p#maps{
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 15px;
	margin-bottom: 15px;
}

a:link{

	text-decoration: none;
	color: #ff7533;
}

a:hover{
	text-decoration: underline;
}

a:visited{
	text-decoration: none;
	color: #ff7533;
}