﻿.alignRight
{
	text-align: right;
}

.alignCenter
{
	text-align: center;
}

.borderTop
{
	 border-top: solid 2px #ff9701;
}

.borderBottom
{
	border-bottom: solid 2px #ff9701;
}

td, input, select
{
	font-family: "Segoe UI",Arial,Geneva,Sans-Serif;
}

div.blockMsg {
  background-color: #fff;
  background-image: url(../images/ajax/progress.gif);
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid #ff9f00;
  height: 50px;
  width: 270px;
}