/* Base29 Splash Page CSS Start */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	background: url(bottom.jpg) repeat-x bottom center;
}
body {
	height: 100%;
	background: url(top.jpg) repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333031;
}
table {
	height: 100%;
	width: 100%;
}
table td {
	text-align: center;
	vertical-align: middle;
	width: 30%;
}
h1 {
	font-size: 16px;
	margin: 0 0 10px;
}
#elance-wdgt {
	width: 300px;
	height: 360px;
	margin: 0 auto;
}
/* Base29 Splash Page CSS End */


/* Contact Form CSS Start */
#contact {
	width: 215px;
	height: 300px;
	margin: 0 auto;
	position: relative;
}
#contact label {
	font-size: 12px;
	font-style: italic;
	display: block;
	text-align: left;
	padding: 0 0 3px;
}
#contact label span {
	color: red;
}
.fld-1 {
	width: 200px;
	padding: 4px 5px 6px;
	border: #c6d83f 1px solid;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 6px;
}
.fld-2 {
	width: 200px;
	height: 62px;
	padding: 4px 5px 6px;
	border: #c6d83f 1px solid;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}
.btn-submit {
	width: 215px;
	padding: 4px 5px 3px;
	border: #c6d83f 1px solid;
	background: url(btn-submit.gif) no-repeat center #c6d83f;
	cursor: pointer;
}
#form-output {
	position: absolute;
	width: 215px;
	height: 100px;
	left: 0;
	padding: 10px 0 0;
}
.error {
	color: #ff0000;
	font-size: 12px;
	background: url(error-icon.gif) no-repeat center bottom;
	padding: 0 0 55px;
}
.error span {
	font-size: 16px;
	font-family: "Arial Black", Gadget, sans-serif;
	display: block;
	padding: 0 0 2px;
}
.sent {
	color: #9cac21;
	font-size: 12px;
	background: url(sent-icon.gif) no-repeat center bottom;
	padding: 0 0 55px;
}
.sent span {
	font-size: 16px;
	font-family: "Arial Black", Gadget, sans-serif;
	display: block;
	padding: 0 0 2px;
}
textarea {
resize: none;
}
/* Contact Form CSS End */
