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

* {outline: none;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#convite {
	height: 420px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../convite/img/foto_convite.jpg);
	background-repeat: no-repeat;
	background-position: 43px 5px;
}
#convite #cidade {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFCC00;
	position: absolute;
	left: 70px;
	top: 71px;
	width: 316px;
}
#convite #data {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #B1BCBE;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BAC3C5;
	position: absolute;
	left: 70px;
	top: 109px;
	padding-left: 5px;
	width: 60px;
	font-weight: bold;
	height: 69px;
	line-height: 23px;
}
#convite #local {
	background-image: url(../convite/img/bg_local.png);
	height: 88px;
	width: 228px;
	position: absolute;
	left: 63px;
	top: 190px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F0F0f0;
	line-height: 13px;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#convite .link_email {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F0F0f0;
	line-height: 13px;
}
#convite #logo {
	background-image: url(../convite/img/logo.png);
	position: absolute;
	left: 0px;
	top: 293px;
	width: 141px;
	height: 131px;
}
#convite #form {
	background-image: url(../convite/img/bg_form.png);
	height: 64px;
	width: 521px;
	position: absolute;
	left: 115px;
	top: 395px;
	padding-top: 32px;
	padding-left: 15px;
}
#form .textfield {
	background-image: url(img/bf_field.jpg);
	height: 17px;
	width: 187px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 4px;
}

#convite #envelope {
	position: absolute;
	left: 68px;
	top: -32px;
}
