body {

	background-image: url(images/bg_b.gif);
	background-repeat: repeat;
}

.style1 {
	font-size: x-small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.style2 {
	font-size: medium;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	height: 130px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
/* ----------- Remote ----------- */
.remote{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
	width:600px;
	padding:14px;
	margin:0 auto;
}

#remote {
	height: 450px;
	width:	600px;
	border:2px solid #CCCCCC;
    background:#ffffff;
	float: none;
	margin-top: 30px;
}

#remote h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
margin-bottom:8px;
}

#emailform {
	text-align: left;
	padding: 5px;
	float: left;
	margin-top: 40px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}

#footer {
	padding: 10px;
	clear: both;
}

p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
	width:400px;
	padding:14px;
	margin:0 auto;
}


/* ----------- stylized ----------- */
#stylized{
	border:2px solid #CCCCCC;
    background:#ffffff;
	float: none;
	margin-top: 30px;
}
#stylized h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
font-family:Arial, Helvetica, sans-serif;
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
font-family:Arial, Helvetica, sans-serif;
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized select{
font-family:Arial, Helvetica, sans-serif;
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized textarea{
font-family:Arial, Helvetica, sans-serif;
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
#emailmessage {
	width: 350px;
	height: 150px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 2px solid #CCCCCC;
}
#rightcol {
	float: right;
	width: 279px;
}
#leftcol {
	float: left;
	width: 279px;
}
