<style type="text/css">
.form-style-3{
    max-width: 450px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-3 label{
    display:block;
    margin-bottom: 10px;
}
.form-style-3 label > span{
    float: left;
    width: 100px;
    color: #4B4641;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 1px 1px 1px #fff;
}
.form-style-3 fieldset{
	width: 500px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #000000;
    padding: 20px;
    background: #C8C8C8;
    box-shadow: inset 0px 0px 15px #F8F8F8;
    -moz-box-shadow: inset 0px 0px 15px #F8F8F8;
    -webkit-box-shadow: inset 0px 0px 15px #F8F8F8;
	
	 margin: auto;
     top: 100; left: 0; bottom: auto; right: 0;
}
.form-style-3 fieldset legend{	
    color: #000000;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    background: #C8C8C8;
    padding: 0px 8px 3px 8px;
    box-shadow: -0px -1px 2px #C8C8C8;
    -moz-box-shadow:-0px -1px 2px #C8C8C8;
    -webkit-box-shadow:-0px -1px 2px #C8C8C8;
    font-weight: normal;
    font-size: 12px;
}
.form-style-3 textarea{
    width:250px;
    height:100px;
}
.form-style-3 a:hover {
	color:#FF0000;
}

.form-style-3 a {
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color:#333333;
	
	}
.form-style-3 input[type=text],
.form-style-3 input[type=date],
.form-style-3 input[type=datetime],
.form-style-3 input[type=number],
.form-style-3 input[type=search],
.form-style-3 input[type=time],
.form-style-3 input[type=url],
.form-style-3 input[type=Password],
.form-style-3 input[type=email],
.form-style-3 select, 
.form-style-3 textarea{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #868686;
    outline: none;
    color: #000000;
    padding: 5px 8px 5px 8px;
    box-shadow: inset 1px 1px 4px #B7B7B7;
    -moz-box-shadow: inset 1px 1px 4px #B7B7B7;
    -webkit-box-shadow: inset 1px 1px 4px #B7B7B7;
    background: #F3F3F3;
    width:60%;
	
}
.form-style-3  input[type=submit],
.form-style-3  input[type=button]{
    background: #828282;
    border: 1px solid #5D5D5D;
    padding: 5px 15px 5px 15px;
    color: #ffffff;
    box-shadow: inset -1px -1px 3px #B7B7B7;
    -moz-box-shadow: inset -1px -1px 3px #B7B7B7;
    -webkit-box-shadow: inset -1px -1px 3px #B7B7B7;
    border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;    
    font-weight: bold;
	width:60%;
}
.required{
    color:red;
    font-weight:normal;
}
.form-style-3 .input-field:focus, 
.form-style-3 .tel-number-field:focus, 
.form-style-3 .textarea-field:focus,  
.form-style-3 .select-field:focus{
    border: 1px solid #5969FB;
}
.form-style-3 input[type=submit]:hover,
.form-style-3 input[type=button]:hover{
    background: #B6B6B6;
    color: #fff;
}

</style>