.menu > h1 > a{
	background: none repeat scroll 0 0 black;
    border-color: -moz-use-text-color #888;
    border-left: 1px solid #888;
    border-radius: 0;
    border-right: 1px solid #888;
    border-style: none solid;
    border-width: medium 1px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    text-shadow: none;
}

.maincontent > .foreground > .subcontainer > * > * > .featurecontain > .featureright > p > a, p > a{
    border-color: white #AAA #AAA white;
    border-radius: 50px 10px 10px 20px / 15px 10px 50px 5px;
    border-style: solid none solid solid;
    border-width: 3px medium 2px 1px;
    color: #fff;

    padding: 7px 25px 5px 15px;
    position: relative;
    top: 15px;
}

.send{
	border-color: white -moz-use-text-color rgba(255, 255, 255, 0.2) #aaa;
    border-radius: 50px 10px 10px 20px / 15px 10px 50px 5px;
    border-style: solid none solid solid;
    border-width: 3px medium 1px 3px;
    color: #fff;

    padding: 7px 25px 5px 15px;
    position: relative;
    top: 15px;
}

.featureleft{
	margin-top:20px;
}
