form,p,h1,h2 {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	width: 530px;
	background-color: #FFF;
	FONT-SIZE: 11px;
	COLOR: #404040;
	FONT-STYLE: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body,input,select {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
input, select {font-size: 10px;}

#page {
	margin:0;	
	width:530px;
	background-color: #fff;
}

#logo {
	display:none;
	position: relative;
	height: 120px;
	background-color: #FFF;
	border-bottom: 2px solid #EFEFEF;
}

#content {
	padding-left: 5px;
	min-height: 370px;
	width: 525px;
}

h1,h2 {
	clear: both;
}

h1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #E60000;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	
}

h2 {
	FONT-WEIGHT: bold;
   FONT-SIZE: 11px;
   COLOR: #E60000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	background: url(../graphics/bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: -3px;
	color: #E60000;
}

div.buttonLine {
	text-align: right;
}

input[type=submit], input[type=button] {
   background-color: #E60000;
	height: 19px;
	width: 70px;
	padding: 0 10px 3px 0;
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
	border: none;
}

div.errors {
	color:#E60000;	
}

div.status {
	float: right;
	font-size: 10px;
	clear: both;
}

span.statusLabel {
	width: 120px;
	display: block;
	float: left;
}

div.deviceImages {
	height: 190px;
	overflow: auto;
	border: 1px solid #E60000;
	margin: 10px;
	width: 510px;
}

div.deviceImages a{
	background-image: none;
	}
div.imageLine {
	display: inline;
}

span.deviceImage {
	text-align: center;
	display: block;
	float: left;
	width: 80px;
	height: 150px;
	vertical-align: top;
}

span.deviceImage img {
	border-width: 0;
}

div.phoneImage {
	text-align: center;
}

div.settingData label {
	width: 250px;
	float:left;
	display: block;
}

div.settingData input {
	width: 150px;
}

div.settingData select {
	width: 155px;
}

div.imeiImage {
	float: right;
	margin-left: 15px;
}

.clearing {
	clear: both;
}

.right {
	float: right;
}

p.nextToButton {
	float:right;
	margin-right:15px;
	position:relative;
	top:6px;
}

div.enterPhoneDate {
	margin: 10px 0px;
}

div.enterPhoneDate div.inputLine {
	margin-top: 5px;
}

div.enterPhoneDate label {
	width: 200px;
	float:left;
	display: block;
}

div.enterPhoneDate input {
	width: 150px;
}

div.confirmContent {
	margin-bottom: 12px;
}

span.confirmLabel {
	float: left;
	display: block;
	width: 150px;
}

#command{
	clear: both;
}

