@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	text-align:left;
	margin:0;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#738295;
	text-transform:uppercase;
	padding:10px 0px ;
}
	h1 span {
		color:#0c73b9;
	}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:5px 8px ;
	font-weight:normal;
}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:0;
	font-weight:normal;
	color:#5b9501;
	padding:5px 8px;
	display:block;
	height:42px;
	background:url(../images/rightpanel_head_52.png) top right no-repeat;
}
textarea {
    resize: none;
}



p {
	padding:10px 0 0 0;
	line-height:16px;
	text-align:justify;
	margin:0;
}
	 p span {
		display:block;
		text-align:left;
		font-weight:bold;
		padding:8px 0;
	}


ul#loginform {
	padding:10px 0;
	margin:0;
}
	ul#loginform li {
		margin:0;
		padding:0 5px;
		list-style-type:none;
		text-align:left;
		color:#1c7dbf;
		float:right;
		width:auto;
	}
		ul#loginform li span {
			display:block;
			padding:4px 0;
		}
	ul#loginform li input {
		background:url(../images/inputlogin_14.jpg) no-repeat;
		padding:3px 5px;
		width:147px;
		color:#737f8c;
		border:0px;
	}
	ul#loginform li input.login {
		clear:both;
		background:none;
		padding:0;
		width:64px;
		height:22px;
		color:#737f8c;
	}
	
ul#quoteform {
	padding:0 10px;
	margin:0;
}
	ul#quoteform li {
		list-style-type:none;
		text-align:left;
		display:block;
		width:auto;
		color:#fff;
		float:left;
		padding:0 4px;
		margin:0 0 3px 0;
	}
		ul#quoteform li span {
			padding:6px;
			width:60px;
			font-weight:bold;
			display:block;
		}
	ul#quoteform li input {
		padding:4px;
		background:url(../images/quote_inputtext.jpg) no-repeat;
		width:200px;
		color:#333;
		border:0px;
	}
	ul#quoteform li select {
		padding:2px;
		background:url(../images/quote_select.jpg) no-repeat;
		width:120px;
		color:#333;
		border:0px;
	}
	ul#quoteform li textarea {
		padding:4px;
		background:url(../images/quote_textarea.jpg) no-repeat;
		width:200px;
		color:#333;
		border:0px;
		height: 54px;
	}
	ul#quoteform li input.submit {
		clear:both;
		background:none;
		padding:0;
		width:73px;
		height:24px;
		color:#737f8c;
		margin:5px 10px 5px 0;
	}
	
.more {
	width:100%;
	margin:10px 0;
	text-align:right;
}
	.more a {
		border:0;
	}
	
.profilemore {
	width:100%;
	text-align:right;
}
	.profilemore a {
		border:0;
		margin:0 20px;
	}