﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	vertical-align:baseline;
}


html
{
    height:100%; 
    margin-bottom: 0px; 
}

body 
{

    text-align:left;
    height:100%; 
    margin-bottom: 0px;
	direction:ltr;
}

.butt
{
	margin-top:40px;
	text-align:center;
	margin-bottom:20px;
	height:65px;
}

.longshadow {
	display:inline-block;
	background-color:rgba(235,245,255,0.25);
    font-weight:600;
    color:#2caae1;
	width:330px;
	margin:0 7px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
	padding-top:14px;
	padding-bottom:14px;
	border-radius:60px;
	border:solid 2px #2caae1;
    
    
}

.longshadow a
{
	text-decoration:none;
	color:#2caae1;

}

.longshadow:hover
{
	border:solid 3px #2caae1;
	font-weight:bold;

}




