html,body{ margin:0px; padding:0px; font-family:tahoma, verdana; font-size:12px; color: #333333;background-color: rgb(29, 35, 41);}
td{font-size: 12px; color: #aaaaaa;}
.d1{
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    margin: .5rem 1rem 2.6rem;
    padding: 1rem;
    position: relative;
	
}

a{color: #858585;}
a:hover{text-decoration: underline;color: #777777;}
a:visited{color: #858585;}
a:active{color: #858585;}
a:link{color: #858585;}
.quote { padding: 5px; background: #f9fafa; border: 1px solid #dce7e7;overflow: hidden; }
.d3{border: 1px solid #d5cCb6;background: #d0c6b1;width: 307;padding: 1px;}
form{margin: 0;}
select, input, textarea{border: 1px solid #97ADEA;padding: 1px;}
select:focus, input:focus, textarea:focus{border: 1px solid #800000;}
.button {margin: 10px;}
.button  {padding: 3px 10px; background: rgb(255, 255, 255);color: rgb(153, 153, 153); border-radius: 2px;border-color: rgb(249, 248, 246);}

.button2
{
    margin: 10px;
    text-decoration: none;
    font: bold 1.5em 'Trebuchet MS',Arial, Helvetica; /*Change the em value to scale the button*/
    display: inline-block;
    text-align: center;
    color: #fff;
    background: rgb(132, 134, 131);
    border: 1px solid rgb(7, 59, 4); /* Fallback style */
    border: 1px solid rgb(7, 59, 4);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.85);
	box-shadow: 0 0 .05em rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    
}

.button2, .button2 span
{
    -moz-border-radius: .3em;
    border-radius: .3em;
}

.button2 span
{
    border-top: 1px solid #fff; /* Fallback style */
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0.5em 2.5em;
    
    /* The background pattern */
    
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
    background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
                      -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);

    /* Pattern settings */
    
    -moz-background-size: 3px 3px;
    -webkit-background-size: 3px 3px;
    background-size: 3px 3px;            
}

.button2:hover
{
    box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}

.button2:active
{
    /* When pressed, move it down 1px */
    position: relative;
    top: 1px;
}



.yad {margin: 10px;
    text-decoration: none;
    font: bold 1.5em 'Trebuchet MS',Arial, Helvetica; /*Change the em value to scale the button*/
    display: inline-block;
	padding:5px 10px;
    text-align: center;
    color: #fff;
    background: rgb(58, 134, 18);
    border: 1px solid rgb(7, 59, 4); /* Fallback style */
    border: 1px solid rgb(7, 59, 4);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.85);
	box-shadow: 0 0 .05em rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);}
	
	.yad a{color: #fbf3f3;
text-decoration: none;}