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


/*Site Fonts Start*/

@font-face {
  font-family: 'Myriad Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Myriad Pro'), local('Myriad Pro'),;
}

@font-face {
  font-family: 'Myriad Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Myriad Pro'), local('Myriad Pro'),;
}


/*Site Common Part Start*/


body
{
	margin:0px;
	padding:0px;
}


.inputs  
{ 
	padding: 4px; 
	border-radius: 3px; 
	border: 1px solid #CCC; 
	background-image: none; 
	width:170px; 
	font-family:'Trebuchet MS';
} 
.textarea
{
padding: 4px; 
border-radius: 3px; 
border: 1px solid #CCC; 
border: 1px solid #CCC; 
font-family:'Trebuchet MS';
width: 228px;
height: 73px;
}
.textarealong
{
padding: 4px; 
border-radius: 3px; 
border: 1px solid #CCC; 
border: 1px solid #CCC; 
font-family:'Trebuchet MS';
width: 328px;
height: 83px;
}
.textareasmall
 {
	 border-radius:6px;
	
 }
  .small1
 {
	
	  padding-top: 10px;
    padding-left: 10px;
	 font-family:"Times New Roman";
	  -webkit-border-radius: 9px 9px 9px 9px;
	 -moz-border-radius: 9px 9px 9px 9px;
	 border:1px solid;
	 border-color:#CCC;
	
	 font-size:14px;
	
 }
 
 .textareasmall1
 {
	 border-radius:6px;
	  width:455px;
	  font-family:"Times New Roman";
 }
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Trebuchet MS;
	font-size:11px;
	font-weight:bold;
	padding:4px 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.ddselect
 {
	 width:208px;
	 height:30px;
	 -webkit-border-radius: 4px 4px 4px 4px;
	 -moz-border-radius: 4px 4px 4px 4px;	
	 border:1px solid;
	 border-color:#CCC;
	 font-family:"Times New Roman";
	 line-height:50px;
	 font-size:14px;
	
 }
  .tempinputlong
  {
	 width:350px;
	 height:30px;
	 -webkit-border-radius: 4px 4px 4px 4px;
	 -moz-border-radius: 4px 4px 4px 4px;
	 border:1px solid;
	 border-color:#CCC;
	 font-family:"Times New Roman";
	  font-size:14px;
	  padding-left: 5px;
	 
  }
  .tempinputlong-1
  {
	 width:500px;
	 height:60px;
	 -webkit-border-radius: 4px 4px 4px 4px;
	 -moz-border-radius: 4px 4px 4px 4px;
	 border:1px solid;
	 border-color:#CCC;
	 font-family:"Times New Roman";
	  font-size:14px;
	 padding-left: 5px;
 }