@charset "utf-8";
/* CSS Document */
body {
 
	background-color:#eff6ef;
	color:#6e6c6c;
	font-family:gillsans,Arial,Courier,monospace;
	overflow-x: hidden;
	margin: 0 auto;
	
}

.topbanner { width:80%; height:auto; border-bottom: 1px solid #dedbdb; margin: 0 auto; padding:10px; }

.imgbanner { width:100%; height:auto;  background-image:url(../img/bg.jpg); background-repeat:repeat-x; }

.thxtxt { font-size:20px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }

.formborder { width:80%; height:450px; border-bottom: 0px solid #000000; margin: 0 auto; padding:10px; margin-top:10px; }

.titleform { width:100%; height:35px; padding:5px; border: 0px solid #dedbdb; float:left; margin:5px; }

.titleformFEEDBACK { width:100%; height:35%; padding:5px; border-bottom: 0px solid #000000; float:left; margin:0px; }

.titletxt { text-transform:capitalize; text-decoration:underline; }

.formcelleft { width:178px; height:30px;  padding:5px; border: 0px solid #dedbdb; float:left; }

.formcelleftFEEDBACK { width:50%; height:10%;  padding:5px; border: 0px solid #dedbdb; float:left; }

.formcelright { width:20%; height:30px;  padding:5px; border: 0px solid #dedbdb; float:left; }

.cel_titletxt { text-transform:capitalize; font-size:16px; letter-spacing:1px; }

.frm_titletxt { text-transform:capitalize; font-size:16px; letter-spacing:1px; width:100%; height:30px; }

.frm_titletxt_textarea { text-transform:capitalize; font-size:16px; letter-spacing:1px; width:100%; height:100px; }

.frm_cell_wid { width:350px;  height:auto;  padding:5px; border: 0px solid #dedbdb; float:left;  }

.frm_titletxt_submit { text-transform:uppercase; font-size:16px; letter-spacing:1px; width:100%; height:40px; }

.obj { width:250px; height:30px; padding:5px; margin:5px; border: 1px solid #dedbdb; float:left; }

.extra_wid { width:50%; }

.optionbag { width:80%; height:auto;  border: 0px solid #dedbdb; padding:5px; float:left; }

@media screen and (min-width : 50px) and (max-width : 500px)

{
	
	.formborder { width:80%; height:auto; border-bottom: 0px solid #000000; margin: 0 auto; padding:10px; margin-top:10px; }
	
	.titleformFEEDBACK { width:100%; height:65%; padding:5px; border-bottom: 1px solid #000000; float:left; margin:5px; }
	
	.extra_wid { width:50%; padding:10px; float:left; }
	
	.formcelleftFEEDBACK { width:60%; height:30%;  padding:5px; border: 0px solid #dedbdb; float:left; }
	
	.frm_titletxt_submit { text-transform:uppercase; font-size:16px; letter-spacing:1px; width:100%; height:40px; }
	
}