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

#formWrap {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	padding:19px;
	float: left;
}
#formWrapEmail {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	padding:18px
}
.formTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #123B3E;
	margin: 0px;
	padding: 8px;
}
#from, #name, #to, #subject, #phone, #email, #date, #venue, #location, #url {
	width: 380px;
	border: 1px solid #DCDFDA;
	height: 18px;
	background: #f3f3f3;
	background-image: url(/images/global/fieldBack.gif);
	background-repeat: repeat-x;
}
#file  {
	width: 320px;
	border: 1px solid #DCDFDA;
	height: 20px;
	background: #f3f3f3;
	background-image: url(/images/global/fieldBack.gif);
	background-repeat: repeat-x;
}
#message{
	width: 380px;
	border: 1px solid #DCDFDA;
	background: #f3f3f3;
	background-image: url(/images/global/fieldBack.gif);
	background-repeat: repeat-x;
}
input {
	clear: both;
	font-family: Arial, Sans-serif;
	font-size: 11px;
	color: #34322C;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
textarea {
	clear: both;
	font-family: Arial, Sans-serif;
	font-size: 11px;
	color: #34322C;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	text-align: left;
}
label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #123B3E;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 5px;
}
p {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #46541C;
}
