@charset "UTF-8";
/* CSS Document */

.txtlink {
	text-decoration:none;
	color: #0066CC
}
.txtlink:hover {
	color:#0066CC;
	border-bottom: 1px dotted #0066CC;
}
.txtlink:visited {
	color: #0066CC
}

.myform{
	margin:0px 0px 0px 0px;
	width:500px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}

	#stylized{
		border:solid 1px #fff;
		background:#fff;
		/*background-image:url(../images/form_bg.jpg);*/
	}
	
	#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #000;
	padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized .noted{
	color:#0099FF;
	display:block;
	font-size:10px;
	font-weight:normal;
	width:320px;
	margin-left:150px;
	}
	#stylized .inlineq{
		display:block;
	font-weight:bold;
	width:320px;
	margin-left:150px;
	}
	#stylized input, textarea, select {
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #000;
		width:300px;
		margin:2px 0 20px 10px;
		font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
		color:#003399;
		resize: none; /* stops resize of text entry boxes */
	}
	
	
	#stylized button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background: /*#666666*/ url(../images/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
        margin-top:10px;
        border:0; 
        padding:0;
	}
	
	#button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background: /*#666666*/ url(../images/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
        margin-top:10px;
        border:0; 
        padding:0;
	}
	
	#captcha {margin-left:145px; margin-top:370px; /margin-top:50px; /* for IE */ padding:0px}
	#captchafail {color:#FF0000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; margin-top:75px; background:url(../images/recaptcha_logo.png) no-repeat; height:500px}
	
/* submit CS specifc form */

#step1 {
	background: url(../images/step1.gif) top left no-repeat; width: 52px; height: 16px; text-indent: -9999px;}		
	
#consented {
width: 300px; 
height: 80px;
padding-left: 5px;
padding-right: 5px; 
border: 1px solid #000;
	COLOR: #003399;
	FONT-FAMILY: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px;
float: left; 
overflow: auto;margin: 0px 0px 20px 150px; line-height:13px}

.photonote {
	COLOR: #000000;
	FONT-FAMILY: arial;
	FONT-SIZE: 11px;
	padding:5px;
	line-height:13px;width: 435px; margin: 20px 0px 20px 12px;
	background-color:#FFFFCC;
}

/* confirm page */

.grnheader {font-family: arial; font-size: 18px; color: #003399;}

#confirm {width: 600px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666; margin-top: 40px; margin-left:40px}

#btns {
    width: 450px;
    position: relative;
	float: left;
	display:block;
	margin-left:125px;
	background-color:#ffffff;
}

#btns ul li {
list-style:none;display:inline}

/* confirm page for Tell A Friend */
#reccomend {
	width:850px;
	display: block;
}
#reccomend ul li {
	list-style:none;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003399;
	font-size:12px;
	margin-top:20px
}

.recheading {font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
font-weight:bold}
