@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	padding-top: 10px !important;
	
}
body {
	/*background: url(images/bg3.jpg);
	color: #393939;*/
	font: normal 13px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;*/
}
h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 5px 0;
	padding-left: 5px;
}

h2 {
	display: block;
	font-size: 1.4em;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	
}

h3 {
	display: block;
	font-size: 1.4em;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}
h4 {
	display: block;
	font-size: 1.0em;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333333;
}
h5 {
	display: block;
	font-size: 0.85em;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.bgcolor {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeeded;
	border: 1px dotted #a9a9aa;
	height: 36px;
	padding-top:5px;
	padding-bottom:5px;
}

.bgcolor2 {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeeded;
	height: 70px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #F77519;
	background-color: #FFFFFF;
}
.bgcolor3 {
	padding-left: 5px;
	padding-right: 5px;
	background-color:#dff2bf;
	border: 1px solid #a9a9aa;

}
.mainwrapper {
	margin: 0 auto;
	width: 800px;
	padding: 20px;
	background-color: #FFF;
/*	opacity: 0.9;
	filter: alpha(opacity=90); *//* For IE8 and earlier */
	border: 1px solid #cacece;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:table;
}

.mainwrappertechease {
	margin: 0 auto;
	width: 900px;
	padding: 20px;
	background-color: #FFF;
	background:url(images/membg.png) repeat;
/*	opacity: 0.9;
	filter: alpha(opacity=90); *//* For IE8 and earlier */
	border: 1px solid #cacece;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.imstar {
	color: #F00;
}
.formarea {
	margin: 20px auto;
	text-align: left;
}
#customForm {
	padding: 0 10px 10px;
}
#customForm label {
	color: #1a5c79;
	font-weight:bold;
	font-size: 13px;
	line-height: 1.4em;
	padding-bottom:9px;

}
#customForm input[type="text"] {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	border: 1px solid #cecece;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:240px;
	line-height:20px;
	padding-left:5px;
	padding-right:5px;
	
	color : #747862;
	height:20px;
	padding:4px 8px;
	margin-bottom:0px;
}
/*#customForm input[name="instname"],[name="address"]{
	
	
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 20px;
	border: 2px solid #cecece;
	width:480px;
}*/

.teamdiv {
	position: relative;
}
.divleft {
	width: 300px;
	float: left;
}
.divright {
	width: 400px;
	float: right;
	text-align: right;
}
.regular-checkbox {
	-webkit-appearance: none;
	background-color: #DFECAA;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}
.regular-checkbox:active, .regular-checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.regular-checkbox:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}
.regular-checkbox:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}
.big-checkbox {
	padding: 18px;
}
.big-checkbox:checked:after {
	font-size: 28px;
	left: 6px;
}
.radio-1 {
	width: 193px;
}
.button-holder {
	float: left;
}
/* RADIO */

.regular-radio {
	-webkit-appearance: none;
	background-color: #DFECAA;
	border: 1px solid #cacece;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}
.regular-radio:checked:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #228005;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}
.regular-radio:checked {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}
.regular-radio:active, .regular-radio:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.big-radio {
	padding: 16px;
}
.big-radio:checked:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}
.subbtn {
	-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, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 4px solid #dcdcdc;
	display: inline-block;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 6px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	width:160px;
}
.subbtn:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
}
.subbtn:active {
	position: relative;
	top: 1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
.mainwrapper .bgcolor3 h4 strong {
	color: #003300;
}
.mainwrapper .successfularea #discountmessage {
	font-size: 18px;
}
.mainwrapper .successfularea table tr td {
	font-size: 14px;
}
.mainwrapper .successfularea a {
	font-size: 18px;
	color: #123DCD;
	text-align: center;
}
.captcha_wrap {
	border: 1px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	float: left;
	height: 120px;
	overflow: auto;
	width: 150px;
	overflow: hidden;
	margin: 0px 0px 0px 210px;
	background-color: #fff;
}
.captcha {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 12px;
	color: #BBBBBB;
	text-align: center;
	border-bottom: 1px solid #CCC;
	background-color: #fff;
}
#sortable {
	list-style-type: none;
	margin: 5px 0px 0px 16px;
	padding: 0;
}
#sortable li {
	margin: 3px 3px 3px 0;
	padding: 1px;
	float: left;
	width: 35px;
	height: 35px;
	font-size: 20px;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	background: #2daebf url(images/overlay.png) repeat-x scroll 50% 50%;
	color: #fff;
	font-weight: normal;
}
.errormessage{
	color:#B61014;
	
}
.formfooter{
	height:10px;
	
}
.successlist{
	padding-left:30px;
	font-style:italic;
	
}
.bigno{
	font-size:18px;
	font-weight:bold;
	color:#2B6606;
	
	
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.feedetails table tr th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

.feedetails table tr th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.feedetails table tr td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


.feedetails table tr td.alt {
	background: #F5FAFA;
	color: #797268;
}

.feedetails table tr th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.feedetails table tr th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
.mainlogo{
	float:left;
	width:160px;
	height:65px;
}

.mainlogotechease{
	float:left;
	width:102px;
	height:101px;
}
select {
  
   width: 250px;
   padding: 5px;
   font-size: 16px;
   border: 1px solid #ccc;
   height: 34px;
}

.preview
{
width:140px;
border:solid 1px #dedede;
padding:10px;
height:170px;
}
#preview
{
color:#cc0000;
font-size:12px
}
.hrdotted {
/* background-color: #eeeded;*/
 border:1px dotted #a9a9aa;
  color: #fff;
 
  
  width:100%;
}

#spimage img {
float: left;
margin: 5px 10px 0px 0px;
padding: 1px;
background: white;
border: 5px solid white;
box-shadow: 1px 1px 2px 1px #A6A6A6;
}