form {
	font-family: 'Century Gothic', Verdana;
	font-size: 12px;
}
fieldset {
	margin: 24px;
	border: 0px;
	border-top: 1px solid #D9D9D9;
}
legend {
	font-family: 'Century Gothic', Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #377ea8;
}

form .input {
	clear: both;
	padding-bottom: 4px;
	line-height: 28px;
}

label {
	display: block;
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
}

form .inputwrapper {
	width: 25%;
	float: left;
	margin-left: 4%;
}

form .info {
	width: 25%;
	float: left;
	font-size: 12px;
	line-height: 24px;
}

input[type=text] {
	padding: 3px;
	width: 98%;
	font-family: 'Century Gothic', Verdana;
	font-size: 12px;
}

textarea {
	padding: 4px;
	width: 98%;
	height: 100px;
	font-family: 'Century Gothic', Verdana;
	font-size: 12px;
	line-height: 22px;
}

select {
	width: 552px;
	padding: 3px;
}

.submit {
	border: 0px;
	background: #525252;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 8px;
	clear: both;
	float: right;
}

.media {
	width: 678px!important;
	padding: 3px;
}

.msg {
	color: #333333;
	width: 330px;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	background: #fffbb9 url('../icons/warning.gif') no-repeat 10px 10px;
	border: 4px solid #f8ee4f;
}