@import url(typography.css);

@import url(reset.css);

@import url(tables.css);

@import url(custom.css);

@import url(base.css);

@import url(enrichment.css);

.clear {clear: both;font-size:0;}

.button_on_doormat{
	font-size:1.4em;
	font-weight: bold;
}

.button_1{
		height: 39px;
		width: 131px;
		font-size:1.4em;
		overflow: hidden;
		color: #69207e;
		font-weight: bold;
		letter-spacing: -1px;
		background: #fff url(/images/button_1_bg.png) no-repeat;
	}
	.button_1_hover{
		background-image: url(/images/button_1_bg_hover.png);
	}
	.button_2{
		height: 35px;
		width: 177px;
		font-size:1.2em;
		overflow: hidden;
		color: #69207e;
		font-weight: bold;
		letter-spacing: -1px;
		background: #fff url(/images/button_2_bg.png) no-repeat;
	}
	.button_2_hover{
		background-image: url(/images/button_2_bg_hover.png);
	}
	
	#button_signin{
		margin:0 0 0 0;
		padding:0px 0px 3px 14px;
		background: url(/images/sign_in_but.png) no-repeat;
		overflow: hidden;	
		width: 78px;
		height: 25px;
		color: #fff;
		font-family: "Lucida Sans", "Lucida Grande", sans-serif;
		font-weight: bold;
		font-size: 14px;
		letter-spacing: -1px;
	}
	
	a.button_1 {
	background: url(/images/button_1_bg.png) no-repeat;
	font-size:1.4em;
	overflow: hidden;	
	width: 131px;
	display: block;
	height: 39px;
	position: relative;
	margin-top: 10px;
	color: #69207e;
	letter-spacing: -1px;
	padding:10px;
}

a.button_1:hover, a.button_1:focus, a.button_1:active  {
	background: url(/images/button_1_bg_hover.png) no-repeat;
	text-decoration: none!important;
}	
a.button_2 {
	background: url(/images/button_2_bg.png) no-repeat;
	font-size:1.2em;
	overflow: hidden;	
	width: 177px;
	display: block;
	height: 35px;
	position: relative;
	padding-top: 10px;
	color: #69207e;
	letter-spacing: -1px;
	padding:10px;
}

a.button_2:hover, a.button_2:focus, a.button_2:active  {
	background: url(/images/button_2_bg_hover.png) no-repeat;
	text-decoration: none!important;
}

*.dashboard_button {padding: 5px; float: left;}
*.dashboard_button-320px{width:290px}
*.dashboard_button a{float: left; padding: 5px;}
*.dashboard_button-320px a{max-width:220px;}
