/* CSS Document */

p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:600px;
	padding:14px;
}

/* -------- Line 1 ----------*/
.line_1_holder {
position:relative;
margin:0;
padding:0;
width:590px;
height:auto;
display:block;
}	

.line_1A {
position:relative;
margin:0;
padding:0;
width:45%;
height:auto;
float:left;
margin-right:10%;
}

.line_1B {
position:relative;
margin:0;
padding:0;
width:45%;
height:auto;
float:left;
}

/* -------- Line 2 ----------*/
.line_2_holder {
position:relative;
margin:0;
padding:0;
width:590px;
height:auto;
display:block;
}	

.line_2A {
position:relative;
margin:0;
padding:0;
width:45%;
height:auto;
float:left;
margin-right:10%;
}

.line_2B {
position:relative;
margin:0;
padding:0;
width:45%;
height:auto;
float:left;
}

/* -------- Line 3 ----------*/
.line_3_holder {
position:relative;
margin:0;
padding:0;
width:590px;
height:auto;
display:block;
}	

.line_3A {
position:relative;
margin:0;
padding:0;
width:45%;
height:auto;
float:left;
margin-right:10%;
}

.line_3B {
position:relative;
margin:0;
padding:0;
width:45%;
height:auto;
float:left;
}

/* -------- Line 4 ----------*/
.line_4_holder {
position:relative;
margin:0;
padding:0;
width:590px;
height:auto;
display:block;
}	

.line_4A {
position:relative;
margin:0;
padding:0;
width:45%;
height:auto;
float:left;
margin-right:10%;
}

.line_4B {
position:relative;
margin:0;
padding:0;
width:45%;
height:auto;
float:left;
}

/* -------- Line 5 ----------*/
.line_5_holder {
position:relative;
margin:0;
padding:0;
width:590px;
height:auto;
display:block;
}	

.line_5A {
position:relative;
margin:0;
padding:0;
width:45%;
height:auto;
float:left;
margin-right:10%;
}

.line_5B {
position:relative;
margin:0;
padding:0;
width:45%;
height:auto;
float:left;
}

/* -------- Line 6 ----------*/
.line_6_holder {
position:relative;
margin:0;
padding:0;
width:590px;
height:auto;
display:block;
}	

.line_6A {
position:relative;
margin:0;
padding:0;
width:45%;
height:auto;
float:left;
margin-right:10%;
}

.line_6B {
position:relative;
margin:0;
padding:0;
width:45%;
height:auto;
float:left;
}

/* --------- Disclaimer ---------- */

.dclmr {
position:relative;
float:left;
clear:both;
width:95%;
height:auto;
margin-top:15px;
margin-bottom:10px;
margin-left:10px;
font-style:italic;
letter-spacing:1px;
background-color:#999999;
padding:5px;
border:thin solid #666666;
}
	/* ----------- stylized ----------- */
	#stylized{
		border:solid 2px #b7ddf2;
		background-color:#CCCCCC;
	}
	#stylized h1 {
		font-size:12px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:left;
		width:auto;
		float:left;
		margin:0;
		font-size:12px;
		color:#463935;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:left;
		width:auto;
	}
	
	#stylized .required{
		color: #CC0000;
		font-size:11px;
		font-weight:normal;
	}
	
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		margin:2px 0 20px 0px;
	}
	#stylized button{ 
	    
		width:125px;
		height:31px;
		background:#666666;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}

#stylized button a:link { 
	    background:#666666;
		color:#FFFFFF;
		text-decoration:none;
			}
			
#stylized button a:visited { 
	    background: #000000;
		color:#FFFFFF;
		text-decoration:none;
			}
			
#stylized button a:hover { 
	    background:#666666;
		color:#FFFFFF;
		text-decoration:none;
			}
			
#stylized button a:active { 
	    background:#666666;
		color:#FFFFFF;
		text-decoration:none;
			}
			
.button_holder {
position:relative;
clear:both;
margin:auto 0;
}

.feedback_image {
padding:10px;
}

h1 {14px;}
