body {
	margin:0;
}

/* front elements */

#front {
}

#front-panel {
	position:absolute;
	top: 0px;
	left: 0px;
}

.background {
	width: 350px;
}

#top {
	background: url(Images/top.png) no-repeat top left;
	height: 18px;
	z-index: 100;
}

form {
	margin: 0;
	padding: 0;
}

#middle-input {
	display: block;
	position: absolute;
	top: 6px;
	left: 70px;
}

#middle-input input {
	position: relative;
	width: 230px;
	float: left;
	margin-right: 10px;
	top: 1px;
	color: #808080;
}

img#CallButton {
	margin-top: 2px;
	cursor: pointer;
}

#middle-skype {
	display: block;
	position: absolute;
	float: left;
	top: 6px;
	left: 10px;
	width: 54px;
	height: 24px;
}

#bottom {
	background: url(Images/bottom.png) no-repeat top left;
	height: 28px;
	z-index: 1;
}

.flip {
	position: absolute;
	top: -7px;
	left: 319px;
	width: 13px;
	height: 13px;
}

#flip {
	opacity: 0;
	background: url(file:///System/Library/WidgetResources/ibutton/white_i.png) no-repeat top left;
	z-index: 8000;
}

#fliprollie {
	display: none;
	opacity: 0.30;
	background: url(file:///System/Library/WidgetResources/ibutton/black_rollie.png) no-repeat top left;
	z-index: 7999;
}

/* helper */

#helper {
	position: absolute;
	overflow: hidden;
	top: 36px;
	left: 0px;
	height: 0px;
	width: 340px;
	background: url(Images/helper.png) no-repeat top left;
	padding-left: 33px;
	
	font: 13px "LucidaGrande";
}

.clear {
	clear: both;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}

.step1, .step2, .step3 {
	margin-top: 13px;
	margin-bottom: 11px;
	padding-left: 18px;
}
.step1 {
	background: transparent url(Images/step_1.png) 0px 1px no-repeat;
}
.step2 {
	background: transparent url(Images/step_2.png) 0px 1px no-repeat;
	height: 85px;
	overflow: hidden;
}
.step3 {
	background: transparent url(Images/step_3.png) 0px 1px no-repeat;
}
span.space {
	display: block;
	width: 10px;
	font-size: 26px;
	line-height: 26px;
	float: left;
}
.ratedesc {
	clear: both;
	background: transparent url(Images/ratedesc1.png) left top no-repeat;
}
.thenumber {
	padding-left: 20px;
	line-height: 25px;
	background: transparent url(Images/ratedesc2.png) left top no-repeat;
}
.emptyspace {
	background: transparent url(Images/ratedesc3.png) left top no-repeat;
	line-height: 25px;
}
.intdialing {
	padding-left: 20px;
	line-height: 7px;
}
span#intplus, span#intcode, span#intnum {
	border: 0;
	border-bottom: 1px solid #A0A0A0;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 22px;
	line-height: 22px;
	float: left;
}
div#detailsTable p {
	float: left;
	margin-right: 15px;
}

/* back elements */

#back {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	height: 46px;
	width: 350px;
	background: url(Images/backside.png) no-repeat top left;
}

#back-panel {
	margin: 7px 0 0 17px;
}

#back-panel label {
	float: left;
	margin-right: 10px;
	color: white;
	font: 12px "LucidaGrande";
}

#doneButton {
	float: left;
	margin-right: 8px;
	margin-bottom: 3px;
}

p {
	margin-top: 0;
	margin-bottom: 4px;
}
a {
	color: #0083B3;
}
small {
	font-family: "LucidaGrande" !important;
	font-size: 9px;
	line-height: 11px;
	color: #999;
}