input[type="text"] {
	height: 25px;
	width:190px;
	background-color:#EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #636768;
	border-left-width: 1px;
	border-left-color:#CCC;
	border-right-width: 1px;
	border-right-color:#CCC;
	border-top-width: 1px;
	border-top-color:#CCC;
	border-bottom-width: 1px;
	border-bottom-color:#CCC;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}
	
input[type="password"] {
	height: 25px;
	width:190px;
	background-color:#EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #636768;
	border-left-width: 1px;
	border-left-color:#CCC;
	border-right-width: 1px;
	border-right-color:#CCC;
	border-top-width: 1px;
	border-top-color:#CCC;
	border-bottom-width: 1px;
	border-bottom-color:#CCC;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}

.selectCombo {
	height: 25px;
	width:190px;
	background-color:#EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #636768;
	border-left-width: 1px;
	border-left-color:#CCC;
	border-right-width: 1px;
	border-right-color:#CCC;
	border-top-width: 1px;
	border-top-color:#CCC;
	border-bottom-width: 1px;
	border-bottom-color:#CCC;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}
.selectCombo2 {
	height: 25px;
	width:190px;
	background-color:#EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636768;
	border-left-width: 1px;
	border-left-color:#CCC;
	border-right-width: 1px;
	border-right-color:#CCC;
	border-top-width: 1px;
	border-top-color:#CCC;
	border-bottom-width: 1px;
	border-bottom-color:#CCC;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}

input[type="submit"] {
	height: 25px;
	background-color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	cursor: pointer; cursor: hand;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}

input[type="button"] {
	height: 25px;
	background-color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	cursor: pointer; cursor: hand;	
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}

.fieldname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.border {
	border: 1px solid #CCC;
}

.borderdot {
	border: 1px dotted #CCC;
}

.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}



.regusr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.userreg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
.userreg a:link {
	color:#414958;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.userreg a:visited {
	color: #4E5869;
	text-decoration: none;
}
.userreg a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}


.caption1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
}

.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold	
	text-align: justify;
}


.errormsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;		
}
.prodlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#666;
}


.mybtn {
	-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:#666;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:15px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.mybtn: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;
}.mybtn:active {
	position:relative;
	top:1px;
}
.caption2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #600;
	text-decoration: none;
}
.caption3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #6573EF;
	text-decoration: none;
}
.fontset1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #090;
	text-decoration: none;
}
.fontset2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006;
	text-decoration: none;
}
.fontset3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

table.mystyle {
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: solid;
	border-color:#BDBDBD;
}
 
.mystyle th {
	margin: 0;
	padding: 2px;
	height:25px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-bottom-color:#BDBDBD;
	border-top-color:#BDBDBD;
	border-left-color:#BDBDBD;
	border-right-color:#BDBDBD;
}
.mystyle td {
	margin: 0;
	padding: 2px;
	height:15px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-bottom-color:#BDBDBD;
	border-top-color:#BDBDBD;
	border-left-color:#BDBDBD;
	border-right-color:#BDBDBD;
}
