form    {

/* For Safari */
background: -webkit-linear-gradient(top,#56A,#A9D,#76C);
/* For Opera 11.1 to 12.0 */
background: -o-linear-gradient(top,#56A,#A9D,#76C);
/* For Fx 3.6 to 15 */
background: -moz-linear-gradient(top,#56A,#A9D,#76C);
/* Standard syntax */
background: linear-gradient(to bottom, #56A,#A9D,#76C);

margin:auto;
position:relative;
font-family: Arial, Tahoma, Geneva, sans-serif;
font-size: 10pt;
line-height: 24px;
font-weight: bold;
color: #FFF; /*default font colour*/
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
border: 1px solid #999;
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, 0.3);
}

input    {
/*font-size:12pt;*/
 color:#FFFFFF;
 font-weight:normal;
 width:200px;
 border: 1px solid #999;
 background:#222;
}


select {
    background:#333333;
/*    font-size:11pt; */
    color:#FFFFFF;
    border:1px solid #d8d8d8;
    width:200px;

}

textarea {
/*    font-size:11pt; */
    color:#FFFFFF;
    border:0;
    width:400px;
    background:#333333;
    border:1px solid #d8d8d8;
    -webkit-appearance: none;
}


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: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1p solid #999;
}



/* INPUT BUTTONS STYLE AND COLOURS */
input[type="submit"]{
display:block;
background:#fff;
color:#000;
}
input[type="submit"]:hover{
background:#66ccff;
color:#fff;
}
input[type="submit"]:active{
background:#00ff00;
color:#000;
}

input[type="reset"]{
display:block;
background:#fff;
color:#000;
}
input[type="reset"]:hover{
background:#66ccff;
color:#fff;
}
input[type="reset"]:active{
background:#ff0000;
color:#fff;
}

/* check box style */
input[type="checkbox"]{
background:#ff0000;
color:#fff;
width : 20px; 
height : 20px ; 
}
