/* ----------- My Form ----------- */
.myform{
float:left;
margin-left:170px;
margin-top:20px;
width:400px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
float:left;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
min-width:50px;
border:solid 1px #aacfe4;
margin:2px 180px 20px 10px;
}
#stylized input:focus{
outline:medium none;
border: 1px solid rgb(77, 144, 254);
box-shadow:0pt 1px 2px rgba(0, 0, 0, 0.3) inset;
}
#stylized select:focus{
outline:medium none;
border: 1px solid rgb(77, 144, 254);
box-shadow:0pt 1px 2px rgba(0, 0, 0, 0.3) inset;
}

/*#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
*/
/*#stylized button {
float:left;
line-height:31px;
background-color: #5E94FF;
background-image: -moz-linear-gradient(top, rgba(226, 226, 226, .14), rgba(34, 34, 34, .14));
background-image: -o-linear-gradient(top, rgba(226, 226, 226, .14), rgba(34, 34, 34, .14));
background-image: -webkit-linear-gradient(top, rgba(226, 226, 226, .14), rgba(34, 34, 34, .14));
background-image: linear-gradient(top, rgba(226, 226, 226, .14), rgba(34, 34, 34, .14));
border: 1px solid #5E94FF;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
-o-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
color: white;
font: 600 13px/20px 'open sans', arial, sans-serif;
padding: 2px 10px;
text-align: center;
text-decoration: none;
-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
-moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
-o-text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
-webkit-transition: all .218s ease-in;
-moz-transition: all .218s ease-in;
-o-transition: all .218s ease-in;
transition: all .218s ease-in;
}
#stylized button:hover{
border-color: #15c;
background-image: -webkit-linear-gradient(top, rgba(226, 226, 226, .14), rgba(34, 34, 34, .25));
background-image: -moz-linear-gradient(top, rgba(226, 226, 226, .14), rgba(34, 34, 34, .25));
background-image: -o-linear-gradient(top, rgba(226, 226, 226, .14), rgba(34, 34, 34, .25));
background-image: linear-gradient(top, rgba(226, 226, 226, .14), rgba(34, 34, 34, .25));
-webkit-transition: all .218s ease-in;
-moz-transition: all .218s ease-in;
-o-transition: all .218s ease-in;
transition: all .218s ease-in;
}
*/