@charset "utf-8";

fieldset {
	margin-top: 1em;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

	fieldset legend {
	padding: 0;
	margin: 0px;
	}

	dl {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 620px;
	}
	
dl dt {
	font-weight: bolder;
	float: left;
	clear: both;
	margin-right: 10px;
	margin-top: 10px;
	width: 140px;
}
*html dl dt {
	font-weight: bolder;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	width: 140px;
	padding: 0px;
	margin-left: 0px;
}	
dl dt span {
	margin-left: 1em;
	color: #9CF;
	font-size: 75%;
			}
		
dl dd {
	margin-top: 0.5em;
	float: left;
	display: block;
}
.ie6-7 {
	/width: 440px;
}

/*.ie6-7   {
	margin-top: 0.5em;
	float: left;
	display: block;
	clear: both;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
*/
		
			dl dd input,
			dl dd textarea {
	padding: .2em;
	font-weight: bolder;
	color: #39F;
			}
			
			dl dd input:focus,
			dl dd textarea:focus,
			dl dd input:hover,
			dl dd textarea:hover {
	color: #39F;
			}
			
			dl dd input.short {
				width: 40px;
			}
			
			dl dd ul.check,
			dl dd ul.radio {
	display: inline;
			}
			
				dl dd ul.check li,
				dl dd ul.radio li {
					display: inline;
				}
#submit  {
	padding: 1em;
	color: #FFF;
	font-weight: bolder;
	border: 3px solid #FFF;
	background-color: #39F;
	clear: both;
	float: left;
	margin-bottom: 40px;
	display: block;
}
#submit:hover {
	border: 3px solid #9CF;
	cursor: pointer;
	background-color: #9CF;
}

#blueForm02 input[type="text"],
textarea,.submit {
	border:2px solid #39F;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-opera-border-radius:10px;
	background-color: #FFF;
	color: #39F;
	cursor: pointer;
	behavior: url(http://www.makeit-p.com/ie-css3.htc);
}
#blueForm02 input[type="text"]:focus,
textarea:focus,
input[type="text"]:hover,
textarea:hover,.submit:hover {
	border:2px solid #39F;
	background-color: #D0E8FF;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-opera-border-radius:10px;
	cursor: pointer;
	behavior: url(http://www.makeit-p.com/ie-css3.htc);
}#pref {
	font-size: 75%;
	color: #39F;
	line-height: 160%;
}
