/* CSS Document */

#content a:hover img {opacity:0.7; filter: alpha(opacity=70);}
#content a:hover img {opacity:0.7; filter: alpha(opacity=70);}

#content a {
	color:#04A1E4;
	text-decoration:none;
}

#content a.btn {
	color:#000;
	text-decoration:none;
}

#content a:hover {
	opacity:0.7; filter: alpha(opacity=70);
}

.btn{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #f9a9ae;
    width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#FFF 0%, #7f7f7f 100%);
    background-image: linear-gradient(#FFF 0%, #7f7f7f 100%);
    /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);*/
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
}

/* margin
-------------------------------------------------------------------------------------------------------*/
.mb10 {
	margin-bottom:10px;
}

.mb20 {
	margin-bottom:20px;
}

.mb30 {
	margin-bottom:30px;
}


/* padding
-------------------------------------------------------------------------------------------------------*/
.pb5 {
	padding-bottom:5px;
}

.pb10 {
	padding-bottom:10px;
}

.pb15 {
	padding-bottom:15px;
}

.pb20 {
	padding-bottom:20px;
}

.pb30 {
	padding-bottom:30px;
}

/* Hack
-------------------------------------------------------------------------------------------------------*/
.fix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.fix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .fix {height: 1%;}
.fix {display: block;}
/* End hide from IE-mac */