/* CSS Document */

/* =input */

fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
fieldset input {
	border : 1px dashed #666666;
	margin-top: 8px;
}
fieldset input:hover { border-color : #FF3399; }
fieldset input:active, input:focus { border-color : #900; }

#mail input {
border : 1px dashed #999999;
}
#mail input:hover { border-color : #FF3399;}
#mail input:active, input:focus { border-color : #900; }

#mail textarea:hover { border-color : #FF3399;}
#mail textarea{
border : 1px dashed #999999; background-color: transparent;
}
#mail  textarea:active, input:focus { border-color : #900; }



#pe input {order-top-style: none;
}

