/* @override http://www.lawfirmsites.com/style-landing.css */

#inside_content {
	width: 638px;
}

#inside_content img:first-child {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

fieldset.telephone {
	width: 620px;
	height: 370px;
	background: white url(../images/contact-bg-telephone.jpg) no-repeat right top;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-bottom: 15px;
}

legend {
	text-transform: uppercase;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Lucida, sans-serif;
	color: #963;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
}

#concept {
	padding: 0px 0px 0px 10px;
}

form {
	width: 350px;
	float: left;
}

fieldset p {
	margin-top: 5px;
	margin-bottom: 10px;
}

label {
	width: 110px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 8px;
	font-style: italic;
	font-weight: bold;
	padding-top: 4px;
}

input, textarea {
	border: 1px solid #ccc;
	padding: 3px;
	width: 220px;
	background-color: #efefef;
	font-size: 14px;
}

input:hover, textarea:hover {
	background-color: #dfdfdf;
}

input:focus, textarea:focus {
	background-color: white;
}

textarea {
	height: 75px;
}

input[type="submit"] {
	width: 95px;
	background-color: #075579;
	color: white;
	letter-spacing: 2px;
	text-transform: uppercase;
	height: 30px;
	font: italic bold 13px "Trebuchet MS", Verdana, Lucida, sans-serif;
	margin-left: 250px;
}

input[type="submit"]:hover {
	background-color: #335d13;
	cursor: pointer;
}

#form-right {
	width: 250px;
	float: right;
	font-size: 14px;
	line-height: 22px;
	text-align: right;
}

.smcaps {
	font-variant: small-caps;
	font-style: italic;
	letter-spacing: 1px;
}

p.refer {
	font-size: 12px;
	font-style: italic;
	line-height: 30px;
}

p[align="center"] {
}