@charset "UTF-8";

/*//////////////////////////////////////////////////////////////////////////////

common.css

--------------------------------------------------------------------------------
Common styles
	0. Alert
	
//////////////////////////////////////////////////////////////////////////////*/

/* -----------------------------------------------------------------------------
	0. Alert
----------------------------------------------------------------------------- */
.alert {
	display          : block;
	padding          : 20px;
	text-align       : center;
	border           : 1px #e8c475 dotted;
	background-color : #f5efd2;
	}
	
/* -----------------------------------------------------------------------------
	1. Black Button With White Box Icon
----------------------------------------------------------------------------- */
.btn_black {
	margin-top : 2em;
	color      : #ffffff;
	text-align : left;
	}
	.btn_black a {
		position    : relative;
		padding     : 8px 10px 8px 30px;
		color       : #ffffff;
		line-height : 1.2;
		text-shadow : rgba(0,0,0,0.5) 0 -1px 0;
		background  : #444444 url(../img/icon_boxArrow_white.gif) no-repeat 10px 45%;
		zoom        : 1;
		}
	.btn_black a:link,
	.btn_black a:visited {
		color       : #ffffff;
		}
	.btn_black a:hover {
		text-decoration : none;
		background      : #2a71b4 url(../img/icon_boxArrow_white_on.gif) no-repeat 10px 45%;
		}
	.btn_black a:active {
		color       : #ffffff;
		}

