#gform_wrapper_1
{
width:100%;
padding:15px;
margin-left:5px;
border-top: 5px solid #A53394; 
border-bottom-width: 0.2em;
border-bottom-style: solid;
border-bottom-color: #d1d1d1;
background-color: #cedee6;
background: rgb(240,249,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,249,255,1)), color-stop(47%,rgba(203,235,255,1)), color-stop(100%,rgba(161,219,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C */
}

.gform_footer input.button {
 -moz-box-shadow:inset 0px 1px 0px 0px #fafafa;
 -webkit-box-shadow:inset 0px 1px 0px 0px #fafafa;
 box-shadow:inset 0px 1px 0px 0px #fafafa;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffcc00), color-stop(1, #ee2f2f) );

 background:-moz-linear-gradient( center top, #ffcc00 5%, #ee2f2f 100% );

 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#ee2f2f');

 background-color:#ffcc00;
 -moz-border-radius:17px;
 -webkit-border-radius:17px;

 border-radius:17px;
 border:1px solid #cccccc;
 display:inline-block;
 color:#ffffff;
 font-family:arial;
 font-size:19px;
 font-weight:bold;
 padding:6px 14px;
 text-decoration:none;
}
.gform_footer input.button:hover {

 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ee2f2f), color-stop(1, #ffcc00) );
 background:-moz-linear-gradient( center top, #ee2f2f 5%, #ffcc00 100% );

 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee2f2f', endColorstr='#ffcc00');
 background-color:#ee2f2f;
}
.gform_footer input.button:active {
 position:relative;
 top:1px;
}

.gform_footer left_label{
padding:5px 0 0 0;
}


#gform_wrapper_1 textarea.small 
{
height: 40px;
}



#gform_wrapper_1.gfield_required 
{
color:red;
font-size:120%;
margin-left: 4px;
}



