.content { padding: 0 0 0 10px; }
#content_area_2cols { padding-top: 30px; }
#content_area_2cols .content { width: 738px; }
.left_col { margin-top: 16px; }
.left_col .linkBox { font-weight: bold; }

h2 { color: #01b2eb; font-size: 14px; margin-top: -20px; margin-bottom: 26px; }

.steps, .buttons { width: 90%; text-align: right; }
.steps { height: 18px; }

.centralized { width: 100%; text-align: center; }

.data-area { background-color: #f7f5f5; border: 1px solid #cdcdcd; padding: 8px 18px 10px 18px; margin-bottom: 6px; }
.data-area p { line-height: 1.3em; }
.data-area h4, .data-area h1 { margin-top: 6px; }

/* Step 1 */

#location_full_name {
    font-size: 18px;
    color: #74cc00;
	font-style: italic;
	display: block;
}

.location_input {
    width: 310px;
    padding: 2px;
    border: 1px solid #999;
    background-color: #fff; 
}

.unit { float: left; width: 33%; }

/* Step 2 */

.templates, .styles { clear: both; }

.template_thumb {
	float: left;
	margin-right: 6px;
    text-align: center;
    background-color: #e9e9e9;
    width: 94px;
}

.styles .template_thumb { width: 102px; }
.styles .template_thumb img { background-color: #fff; padding: 4px; }

.template_thumb_active { background-color: #95d543; }
.template_thumb_active:link, .template_thumb_active:visited { color: #fff; }
.template_thumb:hover { text-decoration: none; color: #000; }

.template_thumb img { margin: 2px; }

.template_thumb span {
	display: block;
    margin: 0 auto 2px auto;  
}

.bg {
	display: block;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	border: 2px solid #e9e9e9;
}

.bg_active { border: 2px solid #95d543; }
.bg:hover { text-decoration: none; }

/* Layout 4 */

.color-thumb { width: 28px; height: 14px; display: block; border: 2px solid #fff; line-height: 12px; cursor: pointer; cursor: hand;}

.style4-c1 { color: #01B2EB; background-color: #01B2EB; }
.style4-c2 { color: #8dc73f; background-color: #8dc73f; }
.style4-c3 { color: #aba000; background-color: #aba000; }
.style4-c4 { color: #f8941d; background-color: #f8941d; }
.style4-c5 { color: #ee1c24; background-color: #ee1c24; }
.style4-c6 { color: #ed008c; background-color: #ed008c; }
.style4-c7 { color: #662d91; background-color: #662d91; }
.style4-c8 { color: #000; background-color: #000; }

/*
 *  user data
 */

.field_container { clear: both; }
.user_data .label { float: left; width: 200px; margin: 3px 10px 3px 0; }
.user_data .required { float: left; width: 10px; margin: 3px 0; color: #f00; }
.user_data .field { float: left; margin: 3px 0; }
.user_data .error { float: left; margin: 3px 0 0 7px; color: #f00; }
.user_data .text { width: 200px; }
