/******************************
http://www.freetimelearning.com
http://www.freetimelearn.com
*******************************/
.main{ margin:40px auto 20px !important; width:450px;}
.my_form{
max-width: 450px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.my_form label{
display:block;
margin-bottom: 10px;
}
.my_form label > span{
float: left;
width: 100px;
color: #000;
font-weight: bold;
font-size: 13px;
text-shadow: 1px 1px 1px #fff;
}
.my_form fieldset{
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
margin: 0px 0px 10px 0px;
border: 1px solid #FFD2D2;
padding: 20px;
background: #B4ECFF;
box-shadow: inset 0px 0px 15px #0099da;
-moz-box-shadow: inset 0px 0px 15px #0099da;
-webkit-box-shadow: inset 0px 0px 15px #0099da;
}
.my_form fieldset legend{
color: #000;
border-top: 1px solid #5ECBFF;
border-left: 1px solid #5ECBFF;
border-right: 1px solid #5ECBFF;
border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
background:#B4ECFF;
padding: 0px 8px 3px 8px;
box-shadow: -0px -1px 2px #F1F1F1;
-moz-box-shadow:-0px -1px 2px #F1F1F1;
-webkit-box-shadow:-0px -1px 2px #F1F1F1;
font-weight: normal;
font-size: 12px;
margin:0px 0 10px;
top:-20px;
}
.my_form textarea{
width:250px;
height:100px;
}
.my_form input[type=text],
.my_form input[type=date],
.my_form input[type=datetime],
.my_form input[type=number],
.my_form input[type=search],
.my_form input[type=time],
.my_form input[type=url],
.my_form input[type=email],
.my_form select,
.my_form textarea{
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border: 1px solid #55C8FF;
outline: none;
color: #000;
padding: 5px 8px 5px 8px;
box-shadow: inset 1px 1px 4px #FFD5E7;
-moz-box-shadow: inset 1px 1px 4px #FFD5E7;
-webkit-box-shadow: inset 1px 1px 4px #FFD5E7;
background: #FFEFF6;
width:50%;
}
.my_form input[type=submit],
.my_form input[type=button]{
background: #09C;
border: 1px solid #09C;
padding: 6px 35px;
color: #FFF;
cursor:pointer;
box-shadow: inset -1px -1px 3px #0099da;
-moz-box-shadow: inset -1px -1px 3px #0099da;
-webkit-box-shadow: inset -1px -1px 3px #0099da;
border-radius: 3px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
font-weight: bold;
}
.required{
color:red;
font-weight:normal;
}