/* CSS Document */

/* with :focus and :hover for fieldset, input and textarea - special effects are not visible with ie, sorry */
/* sabine brings - www.brings-online.com - a form with style - www.cssplay.co.uk */


form#two {
	width:430px;
	padding:4px;
	border:1px solid #CCCCCC;
	font-size:1em;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #F7F7F7;
}
form#two legend {
	font-weight:bold;
	background:none;
	color:#666666;
	font-size: 85%;
}
form#two fieldset {
	width:410px;
	display:block;
	padding:5px 5px 5px 10px;
	margin-bottom:0.5em;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
}
form#two fieldset:hover {border:1px solid #fff;}
form#two fieldset#opt:hover {border:1px solid #666666;}

form#two label {
	clear:left;
	display:block;
	float:left;
	width:100px;
	text-align:left;
	padding-right:10px;
	font-size: 100%;
}

form#two input {
	border:1px solid #CCCCCC;
	padding-left:0.5em;
	margin-bottom:0.6em;
	width:280px;
	background-color: #eee;
	color: #666666;
	font-size: 90%;
}
form#two input:hover {
	border:1px solid #FF9900;
	color:#999999;
	background-color: #FFFFFF;
}
form#two input:focus {background:#fff; border:1px solid #666666; color:#660000;}

form#two select {margin:0 0 1em 0.5em;}
form#two textarea {
	width:400px;
	border:1px solid #CCCCCC;
	overflow:auto;
	background-color: #eee;
	color: #666666;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0.5em;
}
form#two textarea:hover {
	border:1px solid #FF9900;
	color:#999999;
	background-color: #FFFFFF;
}
form#two textarea:focus {background:#fff; border:1px solid #666666; color:#660000;}

form#two option {background:#fff; color:#b80b38;}
form#two optgroup {background:#fff; color:#000; font-style:normal;}
form#two optgroup option {background:#fff; color:#b80b38;}

form#two #button1, form#two #button2 {
	color:#FF9900;
	cursor:pointer;
	width:104px;
	margin-left:8px;
	background-image: url(../images/boton1.gif);
	height: 21px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 100%;
}
form#two #button1:hover, form#two #button2:hover {
	color:#fff;
	background-image: url(../images/boton2.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 104px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 100%;
}
