/* CSS Document */

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #D2D2D2 #DBDBDB #DBDBDB #D2D2D2;
    border-radius: 18px 18px 18px 18px;
    border-right: 1px solid #DBDBDB;
    border-style: solid;
    border-width: 1px;
    box-shadow: 3px 2px 4px #E2E2E2 inset, 0 1px 1px #FFFFFF;
    color: #999999;
    font-family: "Courier New";
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 13px;
    vertical-align: middle;
	border: 1px solid #696;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: #666 px px px;
-moz-box-shadow: #666 px px px;
box-shadow: #666 px px px;
background: ;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(), to());
background: -webkit-linear-gradient(, );
background: -moz-linear-gradient(, );
background: -ms-linear-gradient(, );
background: -o-linear-gradient(, );
background: linear-gradient(, );
-pie-background: linear-gradient(, );
behavior: url(/PIE.htc);
}
input[type="text"]:hover, textarea:hover, select:hover,input[type="email"], input[type="password"]:hover {
    border-color: #E5E5E5;
    box-shadow: 2px 1px 3px #EEEEEE inset, 0 1px 1px #FFFFFF;
    color: #BBBBBB;
}
input[type="text"]:active, input[type="text"]:focus, textarea:active, textarea:focus, select:active, select:focus, input[type="password"]:active,input[type="email"], input[type="password"]:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #DEE3E6 #C1C4C6 #C1C4C6 #DEE3E6;
    box-shadow: 0 0 3px #FFFFFF inset, 1px 1px 2px #D5DDE1;
    color: #333333;
}
input.small {
    padding: 0 6px;
}
select {
    border-radius: 18px 0 0 18px;
    font-family: inherit;
    padding: 0 0 0 10px;
}
textarea {
    font-size: 14px;
    padding: 8px 12px;
    width: 97%;
}