fieldset
{
border: 1px solid red;
width: ;
height: 360px;
border-radius: 0px 51px 0px 0px;
-moz-border-radius: 0px 51px 0px 0px;
-webkit-border-radius: 0px 51px 0px 0px;
border: 1px solid red;
padding-top:8%;
padding-left:9%;
}

legend
{
color: #fff;
background: Green;
border: 1px solid #781351;
padding: 10px 60px;
border-radius:5px;
}

form    {
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
margin:auto;
position:relative;
width:650px;
height:450px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;

line-height: 24px;
font-weight: bold;
color: #09C;
text-decoration: none;
border-radius: 0px 63px 0px 77px;
-moz-border-radius: 0px 63px 0px 77px;
-webkit-border-radius: 0px 63px 0px 77px;
border: 0px solid #000000;
padding:10px;
border: 1px solid green;
border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 20.3);
}
input   {
width:155px;
display:block;
border: 1px solid #999;
height: 25px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 10.3);
}
textarea.message {

display:block;
}

input.button {
width:100px;
position:absolute;
right:20px;
bottom:20px;
background:#09C;
color:#fff;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #999;
}

input.button:hover {
background:#fff;
color:#09C;
}

