/* CSS Document */

fieldset {
margin: 1em 0;
padding: 1em;
border: 1px solid #cccccc;
background: #f8f8f8;
width: 95%;
/*height: 250px;*/

}

legend
{
font-weight: bold;
font-size:1.4em;
color: #000000;
}


input[type="text"], textarea
{
border-top: 2px solid #999999;
border-left: 2px solid #999999;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}

textarea
{
width: 50em;
font-size: 100%;
height: 15em;
}

input[type="text"] {
	width: 25em;
}

.feedinfo
{
line-height: 1.4em;
}


.maxwidth
{
width: 700px;
}


 * html fieldset{
    position: relative;
    margin-top:2em;
    padding-top:2em;
	display: block;
    }

 * html legend{
    position:absolute;
    top: -.5em;
    left: .5em;
    }

