/*--------------------------+
 YOU ARE PROTECTED
  We are fully licensed by Vietnamese Government.
  We are official member of VNAT, PATA and ASTA.
  Numbers are provided for 24/7 personal assistance during your trip.
 |	786 Book Dubai Trip		|
 |	Design & Develope By	|
 |	Shahbaz Ahmed Bhatti	|
 | 	Next Web Idea			|
 |	Lahore - Dubai- USA		|
 +-------------------------*/
@charset "utf-8";

/*--------------+
 | User Reviews	|
 +-------------*/
 .usercommentsBlock{
 	display: block;
 	width: 747px;
	min-height: 199px;
	height: auto;
	margin: 13px auto 17px auto;
	padding: 0 0 9px 0;
	border-bottom: 1px solid #ccc;
	}
	.userLeft{
		width: 177px;
		height: 199px;
		float: left;
		}
		.userLeft label{
			display: block;
			width: 77px;
			height: 77px;
			padding: 7px;
			border: 1px solid #dfdfdf;
			border-radius: 50%;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			}
			.userLeft label img{
				display: block;
				border-radius: 50%;
				-moz-border-radius: 50%;
				-webkit-border-radius: 50%;
				}
				
		.userLeft span{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			display: block;
			line-height: 19px;
			width: 177px;
			height: auto;
			padding: 7px 0 0 0;
			}
			.userLeft span b{
				font-size: 11px;
				display: block;
				height: 19px;
				line-height: 19px;
				margin: 5px 0;
				}
	
	.userRight{
		width: 511px;
		min-height: 163px;
		height: auto;
		margin: 0 0 0 23px;
		padding: 13px;
		border: 4px solid #F1F1F1;
		float: left;
		}
		.userRight h3{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 21px;
			font-weight: normal;
			font-style: italic;
			color: #069;
			display: block;
			line-height: 23px;
			margin: 0;
			}
		.userRight label{
			display: block;
			width: 223px;
			height: 7px;
			margin: 7px 0;
			}
		.userRight p{
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #474747;
			display: block;
			line-height: 19px;
			margin: 0;
			text-align: justify;
			height: auto;			
			}
	
	b#feedbackAlert{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #CC0000;
		display: block;
		line-height: 19px;
		text-align: center;
		}
		.txt_feedback{
			background: #FFFFFF;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #999999;
			width: 199px;
			margin: 13px 0 0 13px;
			padding: 7px 5px;
			line-height: 17px;
			outline: none;
			border: 1px solid #CCC;
			letter-spacing: 1px;
			float: left;
			}
			.txt_feedback:focus{
				color: #CC0000;
				border: 1px dashed #2B98BD;
				border: 1px dashed #cc0000;
				}
				
	input[type="file"]{
		width: 199px;
		height: 23px;
		margin: 13px 0 0 13px;
		padding: 7px 0 0 0;
		float: left;	
		}