html, body {
	height: 100%;
}

.inline-block { display:-moz-inline-stack !important; display:inline-block !important; *display:inline !important; vertical-align:top; zoom:1; }

img.Left { float:left; }
img.Right { float:right; }
img.Mid { float:none; display:block; margin:0 auto; }

form { margin:0; padding:0; }
h1 { margin:8px auto; padding:0; }

.disabled { display:none; }
.AntiFloat { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.FloatContainer:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

a * { outline:none; border:none; }
input { outline:none; }
a { outline:none; border:none; text-decoration:none; }
a:hover { text-decoration:underline; }


.RedText { color:#C10100; }
.LightGreyBk { background-color:#F2F2F2; }
.OrangeText { color:#F39814; }
.BlackText { color:black; }
.GrayText { color:#8B8B8B; }
.BigText { font-size:14px; }
.GreenText { color:#5d9301 ;}
.DarkGreenText { color:#4B7312; }
.MovText { color:#ad8aa3; }
.WhiteText { color:white; }
.Bold { font-weight:bold; }
.UpperCase { text-transform:uppercase; }
.Underlined { text-decoration:underline; }
.UnderlinedHover:hover { text-decoration:underline; }
.PinkText { color:#d81f87; }
.VioletText { color:#810092; }
.DarkText { color:#717171; }
.ErrorText { color:#E06400; }
.Block { display:block; }
.SmallText { font-size:9px; }
.Required { color:#d81f87; margin-left:10px; }
.RequiredImg { width:16px; background:url(../img/account/create/stea-required-1.gif) right no-repeat; }
.NotRequiredImg { width:16px; }
.GrayRequiredImg { width:16px; background:url(../img/account/create/stea-required-2.gif) right no-repeat; }
.rounded { padding:5px; border:1px #e8e8e8 solid; background:white; width:100%; }
.DarkGreyText{ color:#656565; }


.DarkLink { color:#717171; text-decoration:none; }
.DarkLink:hover { color:#d81f87; font-weight:bold; }

.lineThrough { text-decoration: line-through;}
.noLine { text-decoration: none;}

.simpleUl { list-style-type: none; margin:0px; padding:0px;  }
.floatingUl li { float:left; }
.floatingUl li img { display:block; }


label.dialogLabel { display:block; }
input.text { margin-bottom:12px; width:95%; }
fieldset { padding:0; border:0; margin-top:15px; }