/* CSS Document */
#button 
{
padding: 10px; 
margin: 5px; 
color: #000; 
border-radius: 5px;
border: 1px solid #000; /* Параметры рамки */
line-height: 3.5;
text-decoration: none;
}
#buttonprimary
{
padding: 10px; 
margin: 5px; 
background-color: #C8FDCC; 
color: #000; 
border-radius: 5px;
border: 1px solid #000; /* Параметры рамки */
line-height: 3.5;
text-decoration: none;
}
#buttonclear
{
padding: 10px; 
margin: 5px; 
background-color: #000; 
color: #FFF; 
border-radius: 5px;
border: 1px solid #000; /* Параметры рамки */
line-height: 3.5;
text-decoration: none;
}
#buttonsearch
{
padding: 10px;
margin: 5px; 
background-color: #000; 
color: #FFF; 
border-radius: 5px;
border: 1px solid #000; /* Параметры рамки */
line-height: 3.5;
text-decoration: none;
}
#buttonsearchbig
{
padding: 10px 100px;
margin: 5px; 
background-color: #000; 
color: #FFF; 
border-radius: 5px;
border: 1px solid #000; /* Параметры рамки */
line-height: 3.5;
text-decoration: none;
}
#buttonred
{
padding: 10px; 
margin: 5px; 
color: #000; 
border-radius: 5px;
border: 1px solid #F00; /* Параметры рамки */
line-height: 3.5;
text-decoration: none;
}
#buttonblue
{
padding: 10px; 
margin: 5px; 
color: #000; 
border-radius: 5px;
border: 1px solid #00F; /* Параметры рамки */
line-height: 3.5;
text-decoration: none;
}
#forma 
{
display: inline-block;
padding: 10px; 
margin: 5px; 
color: #000; 
border-radius: 5px;
border: 1px solid #000; /* Параметры рамки */
text-decoration: none;
}