/*
-------------------------------------------
File: 'Blueball FreeStacks' fscontact.css Style Sheet
Created: 25, January, 2011
Last Modified: 20, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_105_page1 {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #CCCCCC;
}

#stacks_in_105_page1 h2 {
	color: #CCCCCC;
	margin-bottom: 4px;
}

#stacks_in_105_page1 h3 {
	color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 6px;
}

#stacks_in_105_page1 form {
	
}

#stacks_in_105_page1 .message-text {
	padding: 0;
	margin: 0;
	text-align: left;
	margin-bottom: 8px;
}

#stacks_in_105_page1 .form-input-field {
	width: 99%;
	border: 1px solid #555555;
	background-color: #FFFFFF;
	font-size: 12.5px;
	line-height: 1.3em;
}

.textarea {
	text-align: left;
}

#stacks_in_105_page1 .form-input-button {
	
}

#stacks_in_105_page1 .required-text {
	font-weight: bold;
}