* { margin: 0px;padding: 0px; }

HTML, BODY { height: 100%; }
BODY { width: 100%;margin: 1em; }

.right { float: right; }
.left { float: left; }
.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

.grey { color: #888; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }
.smallfont { font-size: 11px; }

.alignJustify { text-align: justify; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }

.auto { width: auto; }

.print, .hidden { display: none; }

IMG { border: none; }

BR.clear {
	float: none !important;
	display: block !important;
	clear: both !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	height: 0.1px !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
BR.clear:after { /* EJ IE */
	content: ".";
	display: block;
	height: 0.1px;
	clear: both;
	font-size: 0;
	visibility: hidden;
}

HR {
	width: 99%;
	display: block;
	margin: 0.5em 0;
	height: 1px;
	border-top: 1px dashed #ccc;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	background-color: transparent;
	color: #fff;
}

UL { margin: 1em 1em 1em 1.5em; padding: 0; }
UL LI { margin: 0 0 1em 0;padding: 0;list-style-type: circle; }
UL LI LI { margin: 0 0 1em 0;list-style-type: disc; }
UL LI LI LI { margin: 0 0 0.1em 0;list-style-type: circle; }

OL { margin: 1em 1em 1em 2.5em;padding: 0; }
OL LI, OL.decimal LI { margin: 0 0 1em 0;list-style-type: decimal; }

DIV.wrapper { position: relative;width: 930px;margin: 0 auto; }

DIV.row { clear: both;position: relative;width: 100%;margin: 0 0 10px 0; }

DIV.column { float: left;position: relative;width: 100%; }

DIV.twoColumns DIV.column { width: 49%; }
DIV.twoColumns DIV.two { float: right; }

DIV.threeColumns DIV.column { width: 32%; }
DIV.threeColumns DIV.one { margin-right: 2%; }
DIV.threeColumns DIV.two { float: left; }
DIV.threeColumns DIV.three { float: right; }

DIV.fourColumns DIV.column { width: 24%; }
DIV.fourColumns DIV.one, DIV.fourColumns DIV.two, DIV.fourColumns DIV.three { margin-right: 1%; }

DIV#leftColumn, DIV#rightColumn, DIV.column, DIV.row, DIV.lt, DIV.rt, DIV.lb, DIV.rb { display: block;min-height: 20px; }

.move_domain_lable {margin-top: 30px; margin-bottom: 10px;}

.redborder { border: 1px solid #ff0000; }

.feedbackMessageOverlay { border-color: red; background-color: #FFEEEE; border-bottom-width: 1px; border-bottom-style: solid; position: fixed; width: 100%; z-index: 999; text-align: center; height: 90px; }

.feedbackMessageContent { padding: 40px; font-size: 14px; font-weight: bold; color: #ff0000; }

.bulk_example { color: #d0d0d0; }
