body, html {	
	/*background-image: url('/templates/myhosting2/images/bg-page-gray.jpg');
	background-repeat: repeat;*/
	background-color:#eee;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-align:center;
	
}

a:link {color:#036; text-decoration:underline}
a:visited {color:#036; text-decoration:underline}
a:hover {color:#06C; text-decoration:underline}
a:active {color:#06C; text-decoration:underline}

#wrapper {
	background: #FFF;
	margin: 0 auto;
	/*font-size: 0.9em;*/
	width: 940px;
	text-align:center;
	border:0;
}

#header {
	margin: 0 auto;
	width: 940px;
	height: 150px;
	padding:0;	
}

#container {
	/*background-image: url('/templates/myhosting2/images/bg-contentarea-gray.jpg');
	background-repeat: repeat;*/
	margin: 0 auto;
	text-align: center;
	width: 940px;
	border:0;
}

#holdcontent {
	 background: #f8f2e6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	text-align: left; 
	width: 900px; 
	margin: 5px 0 0 30px; 
	min-height:300px;
	height:auto !important; 
	border:0;
	}

#footer {
	background-color: #bbb;
	width: 940px;
	text-align:center;
	height: 35px;
	padding: 0;
	margin:0;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.9em;
	
	
}

#footer a {
	
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

.smallblktext {
	font-size: 10px; 
	color: #000;
}

label {font-size: 98%; font-weight:bold; color:#425067; line-height: 180%}

img {
	border: none;
}

h1 {font-family: Arial, Helvetica, Sans-Serif;  font-size: 20px; color: #000;}
h2 {font-family: Arial, Helvetica, Sans-Serif;  font-size: 16px; color: #000;  }
h3 {font-family: Arial, Helvetica, Sans-Serif;  font-size: 14px; color: #006699; }
h3 a {font-family: Arial, Helvetica, Sans-Serif;  font-size: 14px; color: #006699; }
.footer-links {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
}
 
.footer-links li{
	display:inline;
	margin-left: 20px;
}
 
  .footer-links a:link{
	color: #fff;
	text-decoration:none;
 }
  .footer-links a:visited {
	color: #fff;
	text-decoration:none;
 }
  .footer-links a:hover{
	color: #333;
	text-decoration:none;
 }
  .footer-links a:active{
	color: #fff;
	text-decoration:none;
 }

.corner-box-335-inner {
	width: 335px;
	padding: 10px 0 0 15px;
	vertical-align: middle;	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 160%; 
}

.input {
	width: 200px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 160%; 	
}

.corner-box-500-inner {
	width: 500px;
	padding: 10px 0 0 15px;
	cell-spacing: 0;
	vertical-align: middle;	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 160%; 
}

.corner-box-500-inner input {
	width: 200px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 160%; 	
}

.corner-box-500-inner p {
	width: 450px;
}

.corner-box-500-table tr {
	height: 30px;
}

input { 
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
}

.help_text { 
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: .92em;
	color: #FF0000;
	display: none;
	font-weight:normal;
	margin-bottom:10px;
}

.myhosting_header a {
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #ce4a02;
}

.myhosting_header a:hover {
	text-decoration: underline;
	color: #ce4a02;
}

/* Form button styles
---------------------------------------- */
input.button1 {
	font-size: 1em;
}

a.button1, input.button1 {
	width: auto !important;
	padding:8px 20px;
	font-family:  Arial,Helvetica, sans-serif;
	color: #FFF;
	background: #2e89b9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	border: 1px solid #23739d;
}

a.button1, input.button1 {
	font-weight: bold;
	
}




/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active{
	text-decoration: none;
	color: #FFF;
	padding:8px 20px;
	line-height: 250%;
	vertical-align: text-bottom;
	
	background:#2e89b9;
	-moz-border-radius: 4px;
-webkit-border-radius: 4px; 
border-radius: 4px;
border: 1px solid #23739d;
}

/* Hover states */
a.button1:hover, input.button1:hover {
	border: 1px solid #23739d;
	
	background:#287eab;
	color: #FFF;

	-moz-border-radius: 4px;
-webkit-border-radius: 4px; 
border-radius: 4px;
}
