/* CSS Stylesheet for the form page */

#form-top, #form-content, #form-base {
	width: 325px;
	margin: 0 auto;
}

#form-top {
	background: url(../images/bg-portfolio-top.png) no-repeat;
	height: 29px;
}

#form-content {
	background: url(../images/bg-portfolio-list.png) repeat-y;
	min-height: 200px;
}

#form-base {
	background: url(../images/bg-portfolio-base.png) no-repeat;
	height: 30px;
}

form#contact fieldset {
	border: none;
	margin: 20px;
	margin-bottom: 0;
}

form#contact label {
	font-size: 0.8em;
	color: #9B9BA1;
}

form#contact input {
	display: block;
	background: url(../images/bg-input.png) repeat-x top left #FFFFFF;
	width: 178px;
	height: 20px;
	color: #3399FF;
	border: 1px solid #9B9BA1;
	padding-top: 3px;
	margin: 6px 0 12px 0;
}

form#contact input.submit, form#contact input.reset {
	display: inline;
	width: 58px;
	height: 25px;
	border: 1px solid #9B9BA1;
	padding-top: 3px;
	cursor: pointer;
}
form#contact input.submit {
	background: url(../images/bg-submit.png) no-repeat top left;
	margin-right: 15px;
}
form#contact input.submit:hover { background: url(../images/bg-submit.png) no-repeat bottom left;}

form#contact input.reset {
	background: url(../images/bg-reset.png) no-repeat top left;
	border: 1px solid #1B1B1D;
}

form#contact textarea {
	display: block;
	background: url(../images/bg-textarea.png) repeat-x top left #FFFFFF;
	width: 240px;
	height: 120px;
	color: #3399FF;
	border: 1px solid #9B9BA1;
	padding-top: 3px;
	margin: 6px 0 12px 0;
}

form#contact img {
	margin: 6px 0 12px 0;
}

form#contact input.defaultinput, form#contact textarea.defaultinput {
	color: #010101;
}

#form-message {
	margin: 30px;
}

