@import "../clients/index.css";

div#client-list {
	text-align: left;
	width: 292px;
	padding: 0px 14px 0 10px;
}

div#client-testimonial {
	width: 610px;
}

div#content, div#client-list, div#client-testimonial {
	height: 660px;
}

p {
	margin-bottom: 10px;
}

h4 {
	margin-top: 20px;
}

input.form-error, span.errors_border input, span.errors_border textarea {
	border-width: 1px;
	background: #ffaeae url('../../images/error.png') repeat top;
	border-color: #ff0000 #ff7979 #ffa5a5; 
	margin: 0;
}

ul input, ul textarea, ul select {
	border: 1px solid #DDDDDD;
	background: #fff url('../../images/form.png') repeat-x top;
	border-color: #7c7c7c #c3c3c3 #dddddd;
	padding: 2px 5px;
	font: 9.5pt Arial;
	color: #000;
}

.clear {
	display: block;
	height: 1px;
	clear: both;
}

ul input, ul select {
	width: 270px;
}

.full input, .full textarea {
	width: 578px;
}

h3 {
	margin-top: 50px;
}

.full select {
	width: 588px;
}

label {
	font: 8.5pt Arial;
	color: #4a4947;
	display: block;
	margin-top: 3px;
}

.form li {
	padding: 10px 0px 5px 10px;
	margin-bottom: 10px;
}

.form li.active {
	background-color: #FFF7C0;
}

span:hover label, span:active label {
	color: #000;
}

label.desc {
	font: bold 9.5pt Arial;
	margin-top: 0;
	margin-bottom: 5px;
}

.full, .right, .left {
	display: block;
	margin-bottom: 10px;
}

.full {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: left;
	margin-left: 25px;
}

.submit {
	padding: 0px 10px;
}

.submit input {
	padding: 3px 10px;
}

.required-star {
	color: red;
}

em {
	color: red;
	font-weight: bold;
}


/* */
.northBubble {
	margin-top: 40px;
	width: 252px;
	padding: 7px 5px 0 35px;
	height: 182px;
	background: url('../../images/northstar_bubble.gif') no-repeat 0 0;
}

.northBubble p {
	font: 14px Arial;
	color: #4a4947;
	line-height: 18px;
}

.northBubble p a {
	color: #1cb8c2;
	text-decoration: none;
}

.northBubble p a:hover, .northBubble p a:active {
	text-decoration: underline;
}

.checkBox {
	position: relative;
	top: 10px;
}

.checkBox input {
	width: auto !important;
	display: inline;
}

.checkBox label {
	display: inline;
}

.checkBox select {
	width: auto !important;
	margin: 0px 3px;
}


