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

body {
	margin: 0;
	padding: 0;
	/*background: url(../graphics/background.gif);
	background-repeat: repeat-x;
	background-color: #CCC;*/
	width: 480px;
	background-color: #FFF;
	FONT-SIZE: 11px;
   COLOR: #404040;
   FONT-STYLE: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body,input,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
input, select {font-size: 10px;}

#page {
	/*margin: 45px auto;*/
	margin:0;
	/*width: 600px;
	max-width: 600px;
	min-width: 575px;*/	
	width:480px;
	background-color: #fff;
	/*border-bottom: 28px #000 solid;
	padding-bottom: 3px;*/
}

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

/*#logo img{
	position: absolute;
	left: 5px;
	top: 10px;
	background-image: url(../graphics/logo.gif);
	background-repeat: no-repeat;
}*/

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

/*#dumbar {
	height: 25px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFDDDDDD, endColorstr=#FFFFFFFFF);background-color:#0099FF;*/
}

h1,h2 {
	clear: both;
}

h1 {
	font-size:24px;
	margin:10px 0;
	font-weight: Normal;
}

h2 {
	font-size:17px;
	font-weight:bold;
}

a { 
	text-decoration: underline; 
	font-weight: bold; 
	color: #FF0000;
}

a:visited { 
	text-decoration: underline; 
	color: #FF0000;
}

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

em {
}

kbd {
}


div.buttonLine {
	text-align: right;
}

input[type=submit], input[type=button] {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: center;
	font-weight: 900;
	color: #FFF;
	text-transform: uppercase;
	width: 90px;
	height: 23px;
	cursor: pointer;
	background:#333 url(../graphics/button90_23.gif) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	margin-left: 1px;
	margin-right: 9px;
	padding: 0;
}
.link{
	font-size: 10px;
	height: 15px;
	/*background-image: url(../graphics/bullet.gif);*/
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 5px 0 0 20px;
}

#phoneNumberPrefix{
	width: 130px;
}

input[type=radio] {
}

div.errors {
	color: #C00;	
}

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

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

div.statusLink a {
}

div.deviceImages {
	height: 190px;
	overflow: auto;
	border: 1px solid #CCC;
	margin: 10px;
	width: 510px;
	background-image: none;
}

div.deviceImages a{
	background-image: none;
	padding: 5px;
	}
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 {
}

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;
}

