/* styles for imput forms */



form {
min-height:200px;
float:left;
display:block;
}

fieldset {

padding:20px;
width:250px;
border:1px solid #f2f2f2;
position:relative;
}

#butterfly {
background:url(../images/buttterfly.png)  no-repeat;
position:absolute;
width:50px;
height:50px;
left:170px;
top:-20px;
}

legend {
color:#333;
padding:5px;

}

input {
margin:0px 0px 4px 0px;
}

input[type="text"] {
width:200px;
display:inline-block;
height:15px;
border:1px solid #ccc;
margin-bottom:10px;
}

textarea {
width:200px;
display:inline-block;
height:100px;
border:1px solid #ccc;
margin-bottom:10px;
}

label {
color:#000033;
font-size:12px;
display:inline-block;
width:200px;	
height:15px;

}

