@charset "UTF-8";
/* CSS Document */

body {background-color: transparent} /* works with iframe to make the pages IN the frame transparent so you can see cool background of the actual parent page allowtransparency="true" in frame */

.myform{
	margin:0px 0px 0px 0px;
	width:450px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
}

	#stylized{
		border:solid 1px #fff;
		/*background-image:url(../images/form_bg.jpg);*/
	}
	
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:170px;
		float:left;
	}
	
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:170px;
	}
	
	#stylized input, textarea, select {
		float:left;
		padding:4px 2px;
		border:solid 1px #000;
		width:160px;
		margin:2px 0 15px 10px;		
		border: 1px dashed #666666;
	BACKGROUND-COLOR: #CCCCCC;
	COLOR: #990000;
	FONT-FAMILY: verdana, tahoma, geneva, arial;
	FONT-SIZE: 10px;
	resize: none; /* stops resize of text entry boxes */
	}
	
	
	#btn1{ 
		clear:both;
		margin:10px 0px 0px 50px;
		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;
        border:0px; 
        padding:0px;
		display:inline;
	}
	
	#btn2{ 
		clear:both;
		margin:10px 0px 0px 50px;
		width:88px;
		height:31px;
		background: /*#666666*/ url(../images/button2.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
        border:0px; 
        padding:0px;
		display:inline;
	}
	
	
	#btns {
    width: 450px;
    position: relative;
	float: left;
	display:block;
}

#btns ul li {
list-style:none;display:inline}

/* confirm page */

.grnheader {
	font-family: verdana, tahoma, geneva, arial;
	font-size: 12px;
	color: #990000;
}

#confirm {width: 500px; font-family:verdana, tahoma, geneva, arial; font-size:10px; color:#666666; margin: 50px 0px 0px 25px}