fieldset
{
border: 0;
}

label /* IE Only */
{
float: left;
clear: left;
margin: 4px 20px 4px 20px;
width: 164px;
text-align: left;
font-size: 12px;
color: #445668;
text-shadow: 0px 1px 0px #f2f2f2;
}

input
{
width: 176px;
height: 26px;
margin: 0 0 6px 22px; 
padding: 0 10px;
background: #5E768D;
background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); /* webkit */
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0px 1px 0px #f2f2f2;
-webkit-box-shadow: 0px 1px 0px #f2f2f2;
font-family: sans-serif;
font-size: 12px;
color: #f2f2f2;
text-shadow: 0px -1px 0px #334f71; 
}

input::-webkit-input-placeholder
{
color: #dee5eb;
text-shadow: 0px -1px 0px #38506b;  
}
	
input:-moz-placeholder
{
color: #dee5eb;
text-shadow: 0px -1px 0px #38506b; 
}

textarea
{
width: 176px;
height: 80px;
margin: 0 0 6px 22px;
padding: 6px 10px 10px 10px; 
background: #5E768D;
background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); /* webkit */
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0px 1px 0px #f2f2f2;
-webkit-box-shadow: 0px 1px 0px #f2f2f2;
font-family: sans-serif;
font-size: 12px;
color: #f2f2f2;
overflow: auto;
resize: none;
text-shadow: 0px -1px 0px #334f71; 
}

textarea::-webkit-input-placeholder
{
color: #dee5eb;
text-shadow: 0px -1px 0px #38506b;  
}

textarea:-moz-placeholder
{
color: #dee5eb;
text-shadow: 0px -1px 0px #38506b; 
}
	
input:focus, textarea:focus
{
background: #728eaa;
background: -moz-linear-gradient(top, #668099 0%, #728eaa 20%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668099), color-stop(20%,#728eaa)); /* webkit */
}

input[type=submit]
{
width: 198px;
height: 30px;
float: left;
margin: 0 0 0 22px;
border: 1px solid #556f8c;
padding: 0 15px 2px 15px;
-moz-box-shadow: 0px 0px 5px #999;
-webkit-box-shadow: 0px 0px 5px #999;
background: -moz-linear-gradient(top, #718DA9 0%, #415D79 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718DA9), color-stop(100%,#415D79)); /* webkit */
cursor: pointer;
}