
body {
	background-image: url(images/bg-all.jpg);
	font-family: Verdana, Geneva, sans-serif;
	
}

a {
	color: #3366CC;
	font-weight:bold;
	text-decoration:underline;
}
.verdana {
	font-family: Impact;
	font-size: 18px;
}
.verdana strong {
	font-weight: bold;
}
.verdana strong {
	font-size: 28px;
}
.g {
	font-weight: bold;
	font-size: 24px;
	color: #0B2D53;
}
.red {
	color: red;
	font-size: 38px;
	text-align: center;
	text-decoration: blink;
}
.asd {
	font-size: 12px;
}
.asdsad {
	font-size: 12px;
	text-align: center;
}
.asdleft {
	text-align: left;
}
.asdsad p {
	text-align: center;
}
.style1 {
	color: #FFFFFF;
	font-size: 12px;
}
.style2 {
	color: #002951;
	font-size: 24px;
}
#valueshield {
	position: relative;
	left: 400px;
	top: -65px;
	display: block;
	height: 45px;
}
.squeezeform {
	position: relative;
	left: 270px;
	top: 100px;
	display: block;
	height: 245px;
}
.loginform {
	position: relative;
	left: -10px;
	top: 100px;
	display: block;
	height: 245px;
}
.salessqueezeform {
	position: relative;
	left: -10px;
	top: 75px;
	display: block;
	height: 245px;
}
.paddit {
	padding: 10px;
}
.orderdiv {
	background-color: #FFCCCC;
	text-align: center;
	color: blue;
	font: 15px/150% "Trebuchet MS", Verdana, Arial, Sans Serif;
	font-weight: bold;
	width: 530px;
	height: 400px;
	border: 3px double #800000;
}
.salesmade {
	background-color: #CCFFCC;
	text-align: center;
	color: green;
	font: 15px/150% "Trebuchet MS", Verdana, Arial, Sans Serif;
	font-weight: bold;
	width: 320px;
	height: 125px;
	border: 3px double #800000;
}
.highlight {
	background-color: #ffe400;
	font-weight: bold;
}
div.container div.header, div.container div.content, div.container div.footer { behavior: url(iepngfix.htc) }

div.container {
  width: 600px;
  font: 11px/180% Verdana, Arial, Sans Serif;
  color: #000;
  margin: 0 auto;
}

div.container div.header {
  width: 100%;
  height: 142px;
  background-image: url('images/box_6a_header.png');
  background-repeat: no-repeat;
}

div.container div.content {
  width: 100%;
  height: auto;
  background-image: url('images/box_6a_content.png');
  background-repeat: repeat-y;
  padding: 0 0 10px 0;
}

div.container div.content h3 {
  width: 550px;
  margin: 0 auto 10px auto;
  text-align: left;
  color: #fff;
  font: 15px/150% "Trebuchet MS", Verdana, Arial, Sans Serif;
  font-weight: bold;
}

div.container div.content p {
  margin: 0 auto;
  width: 550px;
  text-align: center;
  line-height:90%;
  font-size: 11pt;
}

div.container div.content p span.highlight {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

div.container div.footer {
  margin: 0 auto;
  width: 600px;
  height: 13px;
  background-image: url('images/box_6a_footer.png');
  background-repeat: no-repeat;
}
.btnborder {
  border: 3px double #960E0E;
  padding-left: 25px;
  padding-right: 25px;
  height: 33px;
  font-family: tahoma;
	font-size: 12pt;
}
.btnborder:hover {
  border: 6px double #6BE172;
  padding-right: 25px;
  padding-left: 25px;
  height: 35px;
font-family: tahoma;
	font-size: 14pt;
}

.inputtext:hover, .inputtext:focus, .inputtext:active {
  border: 2px solid #4B68BD;
  padding: 8px;
  background: #B6DCB1;
  color: #032950;
  height: 20px;
  font-family: tahoma;
  font-size: 12pt;
}
.inputtext {
  border: 2px dotted #9E3F22;
  padding: 8px;
  height: 20px;
  color: #032950;
  font-family: tahoma;
  font-size: 12pt;
}

ul
{

list-style-type:none;
padding:10px;
margin:10px;
}
li
{

list-style: url('images/bullet.jpg') inside;
background-repeat:no-repeat;
background-position:0px 5px; 
padding-bottom:10px;
padding-top:10px;
}

ul ul li {
	list-style: url('images/circle.jpg') inside;

}
fieldset{
    width: 75%;
    position: relative;
    margin-top:1em;
    padding-top:.75em;
    background-color:#B3B3FF;
    }
legend{
    position:absolute;
    top: -.5em;
    left: .5em;
    background-color:#B3FFFF;
    }
    
/* Custom dialog styles */
			#popup_container.style_1 {
				font-family: Georgia, serif;
				color: #A4C6E2;
				background: #005294;
				border-color: #113F66;
			}
			
			#popup_container.style_1 #popup_title {
				color: #FFF;
				font-weight: normal;
				text-align: left;
				background: #76A5CC;
				border: solid 1px #005294;
				padding-left: 1em;
			}
			
			#popup_container.style_1 #popup_content {
				background: none;
			}
			
			#popup_container.style_1 #popup_message {
				padding-left: 0em;
			}
			
			#popup_container.style_1 INPUT[type='button'] {
				border: outset 2px #76A5CC;
				color: #A4C6E2;
				background: #3778AE;
			}

