*{
	margin:0;
	padding:0;
}
body, html {
	margin: 15px;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	background: #fff;
}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
li {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	list-style: none;
}
#wrapper {
	margin: 0 auto;
	padding: 0 0 0 0;
}
#bond ul{
	padding: 0 0 0 0;
}
#bond ul.right {
	margin: 0 100px 0 0;
	width: 40%;
	float: right;
}
#bond ul.rightbottom {
	margin: 235px 100px 0 0;
	width: 40%;
	float: right;
}
#bond ul.left {
	width: 40%;
	float: left;
}
div.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
#bond textarea {
	width: 250px;
	height: 80px;
	overflow: hidden;
}
textarea#frmShortMessage {
	width: 350px;
	height: 150px;
	overflow: hidden;
}
#bond input.text {
	width: 250px;
}