body, form {
	margin: 0px;
	padding: 0px;	background-color: #F4F2EE;

}

body, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border-width: 0px;
}

#header {
display: none;
	height: 60px;
	background: #FFF url(../graphics/header_right.gif) right no-repeat;
	border-bottom: 1px solid #C1DD99;
}

p{
	width: 490px;
}

#logo{
	height: 45px;
	width: 250px;
	
	background: #FFF url(../graphics/logo.gif) 5px 5px no-repeat;
	
}

#content {
	position: relative;
	/*width: 520px;*/
	height: 500px;
	margin: 0px;
	padding: 0px 0 0 5px;
	/*padding-top: 39px;*/
	background-color: #F4F2EE;
}

h1 {
	/*position: relative;*/
	/*top: 0px;
	left: -30px;*/
	/*width: 510px;*/
	background-color:#C1DD99;/*#84BC34;*/
	color: #464644; /*#464644;*/
	font-size: 13px;
	margin: 0px 0 0 -5px;
	padding: 5px 0px 0px 20px;
	height: 25px;
	border-bottom: 1px solid #FFF;
}

h2 {
	color:#464644;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

table {
	margin: 10px 0px;
}

td {
	height: 30px;
}

td.label {
	width: 166px;
}

td.input {
	font-weight: bold;
	width: 159px;
}

td.info {
	padding-left: 10px;
}

div.device {
	position: relative;
}

div.device img {
	position: absolute;
	top: -40px;
	border: 2px solid #000;

}

tr.imageCompensator td {
	padding-top: 20px;
}

tr.imageCompensator > td {
	height: 50px;
}

select {
	width: 159px;
	font-weight: normal;
}

a {
	color: #2D3655;
}

a:hover{
	color: #FF0000;
}

td > input {
	font-weight: normal;
	width: 155px;
}

input {
	font-weight: normal;
	width: 153px;
}

.button_row{
	font-weight: normal;
	width: auto;
	height: 22px;
}

.backButton, .nextButton {
	width: 69px;
	height: 20px;
	font-size: 13px;
	color: #FFF;
	padding: 0px 11px;
	text-align: left;
	border: none;
	margin:0;
	cursor: pointer;

}

input.nextButton{
	background: #F4F2EE url(../graphics/btn_next.gif) 0 0 no-repeat;
	padding:0px 17px 2px 7px;
	margin-left: 15px;
}

input.backButton{
	padding:0px 7px 2px 17px;
	background: #F4F2EE url(../graphics/btn_back.gif) 0 0 no-repeat;
}

select.phonePrefix {
	width: 72px;
}

input.phoneNumber {
	width: 77px;
}

td > input.phoneNumber {
	width: 77px;
}

div.instructions{
	padding: 0 5px 5px 0;
}