/*Normalizing across site///////////////////////////////////////////////*/

/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe{
	margin: 0;
	padding: 0;
}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

/*Removes list-style from lists*/
ol, ul{
	list-style: none;
}

/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, th, var{
	font-style: normal;
	font-weight: normal;
}

/*Removes border from fieldset and img*/
fieldset, img, input, textarea{
	border: 0;
}

a{
	border: 0;
	text-decoration: none;
}

/*End Normalizing////////////////////////////////////////////////////////*/

body {
	position: relative;
	padding: 40px 0 0 0;
	background-color: #232424;
	}
#wrapper {
	width: 401px;
	margin: 0 auto;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 16px;
	}
a {
	color: #673144;
	}
#header {
	margin: 0 0 20px 0;
	}
#divider {
	width: 358px;
	height: 20px;
	margin: 0 0 0 20px;
	background-color: #e0d6b8;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	}
#inviteForm {
	margin: 0 21px 0 20px;
	padding: 10px 20px 20px 0;
	background-color: #ffffff;
	text-align: right;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	}
input {
	width: 200px;
	margin: 10px 0 0 0;
	padding: 2px 1px;
	font-size: 16px;
	border: 1px solid #d9d9d9;
	}
textarea {
	width: 200px;
	height: 150px;
	margin: 10px 0px 0 0;
	padding: 2px 1px;
	font-size: 16px;
	border: 1px solid #d9d9d9;
	}
#message {
	position: relative;
	bottom: 138px;
	}
#submit {
	width: 66px;
	height: 25px;
	margin: 20px 120px 0 0;
	border: none;
	}
#footer {
	margin:  20px 0 0 0;
	}