*
{
  margin: 0;
  padding: 0;
}

html
{
  overflow: hidden;
}

body, td, tr
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #8e8c8c;
  height: 100%;
}

a img,:link img,:visited img
{
  border: none;
}

a
{
  color: #08adc5;
  text-decoration: none;
}

a:hover
{
  color: #FF8800;
  text-decoration: underline;
}

#background-image
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#content
{ 
  position: relative;
  z-index: 1;  
}

#flourish
{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index:1
}

#logo {
	position:relative;
	top: 230px;
	left: 520px;
	z-index:2;
	width: 400px;
	height: 288px;
}

#footer
{
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-align: right;
  background-color: #333333;
  z-index: 2;
}

#signup, #thankyou
{
  position: absolute;
  left: 70px;
  top: 200px;
  z-index: 2;
}

#signup
{
  width: 369px;
  height: 320px;
  padding: 20px 30px 20px 20px;
  background: url(/images/box_signup2.gif) no-repeat;
}

#thankyou
{
  width: 359px;
  height: 166px;
  padding: 45px 30px;
  background: url(/images/box_thankyou2.gif) no-repeat;
}

.thankyou
{
  color: #ffffff;
  text-align: center;
  vertical-align: bottom;
}

.spacer
{
  height: 50px;
}

.imgspacer
{
  width: 105px;
}

#country
{
  color: #333333;
  background: #cccccc;
  width: 100%;
}

#areacode
{
  color: #333333;
  background: #cccccc;
  width: 80%;
}

#telcode
{
  font-size: 20px;
}

#thankyou-msg
{
  font-size: 18px;
}

#domNumber
{
  color: #333333;
  background: #cccccc;
  width: 98%;
}

#intNumber
{
  color: #333333;
  background: #cccccc;
  width: 98%;
}

#error
{
  color: #bc6212;
}

.narrow
{
  width: 30%;
}

.wide
{
  width: 70%;
}

.padleft
{
    padding-left: 10px;
}
