/* 
    Document   : gomb_skyn
    Created on : 2012.06.23., 20:26:15
    Author     : SMID
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.button2 {
    background-color:#dddddd;
    border-color:#333333;border-width:2px;border-style:solid;font-size:14px;font-weight:bold;color:#333333;
}
.button2:hover {
    background-color:#018CE4;
    border-color:#666666;border-width:2px;
    border-style:solid;
    font-size:14px;
    font-weight:bold;
    color:#ffffff;
}
.button {
    background-color:rgba(132,194,225,0.9);
    border-color:#444;border-width:2px;border-style:solid;font-size:16px;font-weight:bold;color:#444;
}
.button:hover {
    background-color:rgba(162,224,255,0.9);
    border-color:rgba(132,194,225,0.9);border-width:2px;
    border-style:solid;
    font-size:16px;
    font-weight:bold;
    color:#468;
}
.select {
    background-color:#fff;
    border-color:#333333;border-width:2px;border-style:solid;font-size:16px;font-weight:normal;color:#333333;
}
#bovebben{
    text-decoration:none;
    font-weight:bolder;
    font-size:20px;    
    color:rgba(0,60,120,0.8);
    text-shadow: 0px 0px 5px #acc6dd;
    /*text-shadow: 0px 0px 4px #000000;*/
}
#bovebben:hover{
    text-decoration:none;
    color:#f22;
}