@IMPORT url("fileupload.css");

.script-textfield {
	padding-bottom: 2px;
	font-family: Courier, MS Courier New, Prestige, Everson Mono;
	font-size: 12px;
}

.sms-textarea {
	padding-bottom: 2px;
	font-family: Courier, MS Courier New, Prestige, Everson Mono;
	font-size: 18px;
}

.x-combo-list-item {
	text-align: left;	
}



/* CREATE CAMPAIGN */

.add-client {
	padding-left: 130px;
	font-size: 11px;
}

/* WEB TO MOBILE: WAP BUILDER */

.wap-style {
	background: url('../images/mobile.png') no-repeat;
	width: 261px;
	height: 539px;
	padding: 64px 0px 0px 37px;
	margin-bottom: -66px;
}

.wap-style-button {
	padding-bottom: 2px;
}

/* WEB TO MOBILE : TEXT MESSAGE */

.t-messagePreview {
	margin-bottom: 15px;
}

.t-style {
	background: url('../images/mobile.png') no-repeat;
	width: 261px;
	height: 539px;
	padding: 64px 0px 0px 37px;
	margin-bottom: -66px;
}

.t-style-textarea {
	padding-bottom: 2px;
}

.t-charactersCounter {
	color: #FFFFFF;
	font-size: 11px;
	margin-left: -9px;
}

.t-popupPreview {
	background: url('../images/popup.png') no-repeat;
	width: 450px;
	height: 223px;
	padding: 22px 7px;
	color: #FFF;
}

.t-popupLogo {
	position: relative;
	left: 330px;
	top: -112px;
	width: 102px;
	height: 122px;
	cursor: pointer;
}

.t-confirmCenter {
	width: 33%;
	text-align: center;
}

.t-confirmHtmlCodeText {
	text-align: left;
}

.t-confirmPopupPreview {
	background: url('../images/popup.png') no-repeat;
	width: 450px;
	height: 223px;
	padding: 22px 7px;
	color: #FFF;
	text-align: left;
}

.t-confirmPopupLogo {
	position: relative;
	left: 330px;
	top: -112px;
	width: 102px;
	height: 122px;
}

.t-confirmMessagePreview {
	background: center url('../images/mobile.png') no-repeat;
	height: 539px;
}

.t-confirmMessagePreviewTextArea {
	position: relative;
	left: 1px;
	top: 64px;
}

/* BROADCAST : TEXT MESSAGE */

.b-messagePreview {
	margin-bottom: 15px;
}

.b-style {
	background: url('../images/mobile.png') no-repeat;
	width: 261px;
	height: 539px;
	padding: 64px 0px 0px 37px;
	margin-bottom: -66px;
}

.b-style-textarea {
	padding-bottom: 2px;
}

.b-charactersCounter {
	color: #FFFFFF;
	font-size: 11px;
	margin-left: -9px;
}

.b-confirmCenter {
	width: 33%;
	text-align: center;
}

.b-confirmMessagePreview {
	background: center url('../images/mobile.png') no-repeat;
	height: 539px;
}

.b-confirmMessagePreviewTextArea {
	position: relative;
	left: 1px;
	top: 64px;
}

/* WEB TO MOBILE: MOBILE SITE */

.m-centerColumn {
	width: 500px;
	text-align: center;
}

/* IMAGE BUTTON */

.imgButton {
	cursor: pointer;
} 

/* PANEL */

.panel {
	border:1px solid #d0d0d0;
}

.pointerCursor {
	cursor: pointer;
}