Файл: style.css
Строк: 54
body {
color: #565654;
font-family: Helvetica, Arial, Verdana,
sans-serif;
margin:0 auto;
padding: 0;
min-width: 200 px;
max-width:250px;}
a {
color:#565654;
text-decoration:underline;}
.body {
margin: 5px;
padding:
10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
background: #e3f5fc;
color:#606b70;
border:1px solid #add0dd;
font-size:small;}
.submit {
text-decoration:none;
background: -moz-linear-gradient(top, #12baf3
0%, #0191c5 100%);
background: -webkit-gradient(linear, left top,
left bottom, color-stop(0%,#12baf3), color-stop(100%,#0191c5));
background: -webkit-linear-gradient(top, #12baf3 0%,#0191c5 100%);
background: -o-linear-gradient(top, #12baf3 0%,#0191c5 100%);
background: -ms-linear-gradient(top, #12baf3 0%,#0191c5 100%);
background: linear-gradient(to bottom, #12baf3 0%,#0191c5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#12baf3', endColorstr='#0191c5',GradientType=0 );
background-color: #0fb2ea;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow:
1px 1px 5px -1px #bcbcbc;
-webkit-box-shadow: 1px 1px 5px -1px
#bcbcbc;
box-shadow: 1px 1px 5px -1px #bcbcbc;
text-shadow:#005979 0px 1px 1px;
border: 0;
cursor: pointer;
}
.form {
padding:3px;
padding-right: 3px;
border:1px
solid #cdcdcd;
color:#9d9d9d;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
}
.submit{ margin:0
auto;
width:40%;
margin-top:6px;
padding:4px;
display:block;
text-align: center;
font-size:small;
color:white; text-decoration:none;
padding-right:0; padding-left:0;
}