/* CSS Document */

#contentLeft{
	float:left;
	width:600px;
	height:100%;
	display:block;
	border:0;
	}
	
#contentLeft form{
	float:left;
	width:600px;
	height:auto;
	overflow:auto;
	padding:0px;
	margin:0;
	border:#f0f0f0 1px dotted;
	}
	
#contentLeft form .description{
	font-weight:bold;
	}
	
#contentLeft form label.padB{
	margin-bottom:10px;
	}
	
.button_text{
	width:75px;
	height:25px;
	border:#417eb3 1px solid;
	background:#e0edf5;
	line-height:25px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#417eb3;
	cursor:pointer;
	}
	
input.element, select.element{
	margin-top:2px;
	margin-bottom:2px;
	width:130px;
	border:1px #7f9db9 solid;
	}
	
input.radio{
	width:auto;
	border:0;
	}
	
input.text1{
	width:90px;
	margin-right:10px;
	}
	
input.phone1{
	width:40px;
	}
	
input.phone2{
	width:60px;
	}
	
input.phone3{
	width:120px;
	}
	
select#pr_title{
	width:50px;
	margin-right:10px;
	}
	
label.leftAligned{
	float:left;
	width:160px;
	display:block;
	}