/*******************************************************************************
 * Licensed Materials - Property of IBM
 * Mobile Browser Simulator
 * © Copyright IBM Corporation 2011. All Rights Reserved.
 *
 * U.S. Government Users Restricted Rights - Use, duplication or 
 * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
 *******************************************************************************/

.ppic { 
	 
}

.ppic .dragArrows {
	width: 12px;
	height: 12px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("../images/drag_arrows.png");
}

.ppic .topCalibrationBar {
	border-bottom: 2px solid #000000;
}

.ppic .creditCard {
	width: 171.2pt;
	height: 107.96pt;
	margin-left: 50px;
	margin-right: 50px;
	
	background-color: #aaaaff;
	background: -webkit-gradient(linear, left top, left bottom, from(#aaaaff), to(#000066));
	background: -moz-linear-gradient(top, #aaaaff, #000066);
	
	border-radius: 12px;
	-moz-border-radius: 12px 12px 12px 12px;
}

.ppic .bottomCalibrationBar {
	border-top: 2px dashed #999999;
	cursor: s-resize;
	padding-bottom: 3px;
}