﻿@charset "utf-8";
/* CSS Document */
.rounded-box-content {
	padding: 0 10px 0 15px;
}
.rounded-container-1 {
	background: url(http://www.taglocity.com/assets/images/backgrounds/box-sides-1.gif) repeat-x top;
}
.rounded-container-1 p {
	margin: 0 10px;
}
.rounded-top-corners-1 {
	/* use HTML image for left corner */
	background: url(http://www.taglocity.com/assets/images/backgrounds/box-corner-top-right-1.gif) no-repeat top right;
}
.rounded-bottom-corners-1 {
	/* use HTML image for left corner */
	background: url(http://www.taglocity.com/assets/images/backgrounds/box-corner-bottom-right-1.gif) no-repeat bottom right;
}
.rounded-bottom-1 {
	background: url(http://www.taglocity.com/assets/images/backgrounds/box-sides-1.gif) repeat-x bottom;
}
.rounded-left-side-1 {
	background: url(http://www.taglocity.com/assets/images/backgrounds/box-sides-1.gif) repeat-y left;	
}
.rounded-right-side-1 {
	background: url(http://www.taglocity.com/assets/images/backgrounds/box-sides-1.gif) repeat-y right;	
}
#form-box {
	background-color: #F8F6F4;
	width: 470px;
	vertical-align: middle;
}
#form-box img {
    border:0;
    vertical-align: top;
}
form.contact-form {
	background-color: transparent;
	border: 0px;
	width: auto !important;
	font-family: verdana, sans-serif;
	color: #666;
	padding: 0px;
	margin: 0px;
}
.form-section-header {
	font-size: 15px;
	font-weight: bold;
	color: #ADB613;
	padding-bottom: 15px;
}
#form-box .divider {
	height: 20px;
}
.form-field {
	padding-top:5px;	
	padding-bottom:5px;	
}
#form-box p {
	position: relative;
	clear: left;
	padding-bottom: 20px;
}
.error-strings {
	position: absolute;
	display: block;
	font-size: 9px;
	color: #990000;
	line-height: 11px;
	left: 190px;
	top: 20px;
}
#form-box label.typeA {
	float: left;
	width: 170px;
	text-align: right;
	font-size: 12px;
	clear: left;
	padding-top: 5px;
	height: 25px;
}
#form-box label.typeB {
	font-size: 12px;
}
#form-box input.checkbox {
	margin-left: 50px;
	vertical-align: middle;
	margin-bottom: 3px;
}
#form-box input.text {
	border: solid #d9d9d9 thin;
	background-color: #fff;
	width: 218px;
	position: absolute;
	left: 190px;
	height: 20px;
	font-size: 12px;
}
#form-box .textarea {
	border: solid #d9d9d9 thin;
	background-color: #fff;
	width: 407px;
	position: absolute;
	left: 0px;
	height: 80px;
	font-size: 12px;
}
#form-box input.text:focus {
	border: solid #d8cc20 thin;
	background-color: #fff;
}
#form-box select {
	border: solid #d9d9d9 thin;
	width: 220px;
	position: absolute;
	left: 190px;
}
#form-box select:focus {
	border: solid #d8cc20 thin;
}
#form-box .submit-button {
	margin-right: 25px;
	text-align: right;
	padding-bottom: 8px;
}