@charset "ISO-8859-1";

#txt_con_title
{
	position: absolute;
	left: 370px;
	top: 156px;
	width: 159px;
	height: 19px;
	font-size: x-large;
	font-style: italic;
	text-align: center;
}

#txt_con_body
{
	position: absolute;
	left: 75px;
	top: 195px;
	width: 350px;	
	height: 30px;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

#divMessage
{
	position: absolute;
	left: 75px;
	top: 240px;
	width: 350px;
	height: 232px;
	background-image: url(../images/input350x232.jpg);
	overflow: hidden;
}

#inputMessage
{
	position: absolute;
	border-width: 0;
	left: 2px;
	top: 2px;
	width: 346px;
	height: 228px;
	padding: 0;
	margin: 0;
	overflow: auto;
}

.labelGeneral
{
	position: absolute;
	text-align: right;
	font-size: small;
	font-weight: bold;	
	left: 444px;
	width: 135px;
	height: 11px;
}

.divInputLong
{
	position: absolute;
	left: 584px;	
	width: 240px;
	height: 30px;
	background-image: url(../images/input240x30.jpg);
	overflow: hidden;
}

.inputLong
{
	position: relative;
	top: 12px;
	left: 4px;
	width: 230px;
	height: 20px;
	border: 0;
	margin: 0;
	padding: 0;
}

.divInputMedium
{
	position: absolute;
	left: 584px;	
	width: 85px;
	height: 30px;
	background-image: url(../images/input85x30.jpg);
	overflow: hidden;
}

.inputMedium
{
	position: relative;
	top: 12px;
	left: 4px;
	width: 55px;
	height: 20px;
	border: 0;
	margin: 0;
	padding: 0;
}


.divInputShort
{
	position: absolute;
	left: 584px;	
	width: 35px;
	height: 30px;
	background-image: url(../images/input35x30.jpg);
	overflow: hidden;
}

.inputShort
{
	position: relative;
	top: 12px;
	left: 4px;
	width: 30px;
	height: 20px;
	border: 0;
	margin: 0;
	padding: 0;
}

#lblName{top: 205px;}
#divName{top: 193px;}

#lblCompany{top: 241px;}
#divCompany{top: 229px;}

#lblPhone{top: 277px;}
#divPhone{top: 265px;}

#lblEmail{top: 313px;}
#divEmail{top: 301px;}

#lblStreet{top: 349px;} 
#divStreet{top: 337px;}

#lblSuite{top: 385px;} 
#divSuite{top: 373px;}

#lblCity{top: 421px;} 
#divCity{top: 409px;}
			
#lblState{top: 457px;} 
#divState{top: 445px;}

#lblZip{left:650px; top: 457px;}
#divZip{left:739px; top: 445px;}


#lblZip
{
	position: absolute;
	text-align: right;
	font-size: small;
	font-weight: bold;	
	width: 85px;
	height: 11px;
}


#btn_cancel
{
	position: absolute;
	top: 484px;
	left: 732px;
	width: 92px;
	height: 20px;
}

.btn_cancel_out
{
	position: absolute;
	background-image: url(../images/btn_concancel.png);
}

.btn_cancel_over
{
	position: absolute;
	background-image: url(../images/btn_concancel_over.png);
}

#btn_send
{
	position: absolute;
	left: 584px;
	top: 484px;
	width: 92px;
	height: 20px;
}

.btn_send_out
{
	position: absolute;
	background-image: url(../images/btn_consend.png);
}

.btn_send_over
{
	position: absolute;
	background-image: url(../images/btn_consend_over.png);
}

	
#txt_con_agree
{
	position: absolute;
	left: 150px;
	top: 515px;
	width: 600px;
	height: 27px;
	text-align: center;
	font-size: small;
	font-weight: normal;
}


