﻿
.button a{
  font-size: 12px;
}




/*/*/a{}

body .button a{
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}

body .button2 a{
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}


html>body .button{
  font-size: small;
}

#button {
  font-size: 12px;
}
body #button {
  font-size: small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: medium;
}
html>body #button {
  font-size: medium;
}

}
#button {
/*	margin:					auto; */
	display:				block;
	text-align:				center;
	clear:					both;

}

#button a{
	padding-left:			28px;
	padding-right:			28px;
	padding-top:			3px;
	padding-bottom:			3px;
	background:				#A4A4A4;
	border-top:				1px #fff solid;
}

#button a:link,
#button a:visited,
#button a:active{
	font-weight:			bold;
	color:					#333;
	text-decoration:		none;
}
#button a:hover{
	font-weight:			bold;
	color:					#00c;
	text-decoration:		underline;
	background-image:		url('http://offline-www.cant.ac.uk/support/health-safety/images/button.gif');
}


#rightBox {
	width:				156px;
	background-color:		#f0f0f5;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	border:				1px #aaa solid;
	float:				right;
	margin-top:			10px;
	margin-right:			12px;
	padding:			8px;
/* commented backslash hack v2 hide from mac ie5 \*/
	display:			block;
/* end hack */
}




