.color1 {color:#52c1ae; font-weight:bold;}
.color2 {color:#52c1ae; font-weight:bold;}
.color3 {color:#52c1ae; }
.color4 { font-size:14px; font-weight:bold; color:#454545; }
.button1 {
	position: relative;
	color:#ffffff;
    text-decoration: none;
    background-color: #ff5800;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 6px 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    margin: 90px auto;
	text-align: center;
	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}.button1:hover {
	 -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
	text-decoration: none;
    position: relative;
	color:#454545;
}.button1:active {
	 -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
	text-decoration: none;
    position: relative;
		color:#454545;
		top:3px;
}
.button2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#666666;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:3px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:18px;
	font-weight:bold;
	padding:3px 6px;
	text-decoration:none;
}.button2:hover {
	background-color:#454545;
	color:#ffffff;
}.button2:active {
	position:relative;
	top:1px;
}

/*Added on 8th July 2013 for TAC buttons (Lenold)*/

.taccta {
	background-color:#ececec;
	margin-top: 5px;
	padding: 10px;
	float: left;
	width: 540px;
}

.tacbutton {
	background:url(../html/images/register-for-tac.png) 0px 0px;
	height:40px;
	width:150px;
	float: left;
	margin-top:10px;
}

.tacbutton:hover{
	background:url(../html/images/register-for-tac.png) 0px -40px;
	height:40px;
	width:150px;
	float: left;
	margin-top:10px;
	cursor: hand;
	cursor: pointer;	
}

.taclogo {
	height:68px;
	width:150px;
	background:url(../html/images/TAC-logo.png);
	float: right;
	margin: 5px;
}
	
.tacconditions {
	float:left;
	margin-top: 30px;
	margin-left: 30px;
}

.tacq {
	width:60%;
	float:left;
}