@charset "UTF-8";
/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* 
 *  These rules are added to make the gravity forms on 38.se more compact
 * / n.brunberg
 */
#content ul.gform_fields li {
	padding: 1px 0;
}
.gform_wrapper .instruction {
	margin-top: 3px;
}
.gform_wrapper .top_label .gfield_label {
	line-height: 105%;
}
.gform_wrapper .top_label select.medium#input_2_2 {
	width: auto;
}
.gform_wrapper .top_label input.small#input_2_6 {
	width: 25%;
}
.gform_wrapper .top_label input.small#input_2_30 {
	width: 12%;
}
.gform_wrapper .gfield_description {
	padding: 2px 0 0 0;
}

#input_2_17 li {
	float: left;
	margin-right: 2em;
}

#field_2_10, #field_3_10 {
	float: left;
	width: 49%;
}
#field_2_10 #input_2_10, #field_2_14 #input_2_14 {
	width: 82%;
}
#input_2_13, #input_3_13 {
	width: 70%;
}

#field_2_14, #field_3_14 {
	float: right;
	width: 49%;
}
#field_2_15, #field_3_15 {
	float: left;
	width: 20%;
}
#field_2_15 #input_2_15, #field_3_15 #input_3_15 {
	width: 75%;
}
#field_2_13, #field_3_13 {
	clear: both;	
}
#field_2_21, #field_3_21 {
	clear: left;
	margin-top: 2.5em;
}
.form-error {
	color: maroon;
	display: none; 
	font-size: 90%;
	padding: 2px 0;
}
#field_2_16, #field_3_16 {
	float:left;
	overflow:visible;
	width:70%;
}
#field_2_16 .form-error {
	margin-top: 1.25em;
	position: absolute;
}
#field_2_15 .form-error, #field_2_16 .form-error {
	float: left;	
	margin-left: -60px;
	width: 100%;
}

.gform_wrapper .top_label .gfield_label {
	margin: 2px 0 0 0;
}
.gform_wrapper .gfield.gfield_error .gfield_label {
	color: black;
}
#gform_2 .gform_footer, #gform_2 .gform_footer, .form-error-info {
	margin-top: 0;
	padding-top: 8px;
}
.gform_wrapper .gfield.gfield_error, .form-error, .gform_wrapper #gform_2 .gfield_error, .gform_wrapper #gform_2 .validation_error  {
	background-color: transparent;
	color: #EE0000;
}
#field_2_15 .gfield_description.validation_message {
	visibility: hidden;
	display: none;
}
.pnum {
	margin-left: 8px;
}

#gforms_confirmation_message {
	margin-right: 1em;
	padding: 20px;
}