/* 
CREATED BY WINSPER 
http://www.winsper.com
*/


/* Default style for the BODY */

/* Hack for IE6 */
* html .png img {
	behavior: url("../iepngfix.htc");
}

/* DEFAULT style for any LINKS */
a:focus {
	-moz-outline-style: none;
	outline-style: none;
}

/* Default style for H1 */
.superscript {
	font-size: 10px;
	font-style: italic;
	line-height: 8px;
	color: #000000;
}

small {
	font-size: 10px;
}


/* DEFAULT style for any IMAGE */
img {
	border: 0;
}


/* DEFAULT FORM field styles */
input, textarea {
	border: 1px solid #ccc;
	background: url(../images/input-bg.jpg) top left repeat-x #fafafa;
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 14px;
	padding: 4px;
	color: #888785;
	width: 193px;
}

div#name, div#title, div#company, div#city, div#email, div#phone, div#comments {
	position:relative;
	float:left;
	font-size: 13px;
}

label.overlabel {
	color:#999;
}
label.overlabel-apply {
	position:absolute;
	top:4px;
	left:5px;
	z-index:1;
	color:#999;
}

select {
	color: #888785;
	width: 203px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 14px;
}

#bottomLeftContent input {
	margin-top: 4px;
}

.radioButton {
	 width: 13px;
	 vertical-align:middle;
	 border: none;
	 background:none;
	 padding:0;
	 margin:1px 4px 1px 0;
}

.btn {
	border: none;
	width: 92px;
	height: 33px;
	text-align: center;
	background: url(../images/bkg_form_send_0.png) no-repeat ;
	padding: 0px 0 7px 0;
	font-weight: bold;
	margin: 3px 0 0px 60px;
	color: #FFF;
}

.btn:hover {
	background: url(../images/bkg_form_send_1.png) no-repeat ;
	cursor: pointer;
	cursor: hand;
	color: #FFF;
}


/* TO CLEAR ANY FLOATS USE THIS */
.clear	{
	clear: both;
}


/* STRUCTURE - Wrappers and Container Divs */
#wrapper {
	width: 762px;
	margin: 0 auto;
	text-align: left;
}

#banner {
	margin-bottom: 20px;
}

#bottomLeftContent {
	padding: 30px 5px 30px 25px;
}

#bottomLeftContent span {
	color: #002692;
	font-style: italic;
}

.pink {
	color: #c6046c;
}

#xxxfooter {
	text-align: center;
	height: 52px;
	color: #002c9c;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	margin-top: 20px;
	padding: 15px;
}

#xxxfooter strong {
	color: #ca006c;
}