/************
TAG STYLES
 ************/
html, body{
  width: 100%;
  height: 100%;
}

body {
	margin: 0px;
	background-color: transparent;
	font-family: Arial, sans-serif;
}
button {
    background-color: transparent;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 12px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    
}
button:hover, button:active {
	color: #FAF000;
}

button:active {
	font-size: 11px;
}

/*******************
BANNER STYLES
*******************/
#banner {
	border: rgb(0, 0, 0) 1px solid;
	position: absolute;
	display: block;
	width: 298px;
	height: 598px;
	top: 0px;
	left: 300px;
	overflow: hidden;
	box-shadow: 0px 0px 0px 1px #666666 inset;	
}

#panel {
	position: absolute;
	display: none;
	width: 598px;
	height: 598px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	box-shadow: 0px 0px 0px 1px #666666 inset;	
	border: rgb(0, 0, 0) 1px solid;	
}

/************************
CREATIVE CONTENT STYLES
************************/
.label {
	font-size: 11px;
	color: #0D2A4D;
	position: absolute;
	left: 10px;
	top: 36px;
}

.expand-button {
	top: 10px;
	right: 10px;
	height: 26px;
	width: 78px;	
}

.close-button  {
	top: 10px;
	right: 10px;
	height: 26px;
	width: 78px;	
	display: none;
}

.useraction-button {
	bottom: 14px;
	right: 108px;
	height: 26px;
	width: 78px;
}

.clickthrough-button {
	bottom: 14px;
	right: 10px;
	height: 26px;
	width: 88px;
}
.inputBox {
   
    font-family: sans-serif;
    font-size: 22px;
    color: #999999;
    width: 208px;
    height: 38px;
    box-shadow: none;
    outline: none;
    margin: 0;
    border: none;
    padding-left: 10px;
    background: transparent;!important;
}
.inputBox:focus {
    outline: none;
    background: transparent;

}

.errorMsg {
    display: block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    position:absolute;
    top: 350px;
    left: 202px;
    color: #FF0000;
}

#inputContainer {
    position: absolute;
    background-color: transparent;
    top: 302px;
    left: 204px;
    height: 40px;
	width: 210px;
}

.button.close{
  position: absolute;
  top: 160px;
  right: 0px;
  width: 34px;
  padding: 0px;
  height: 34px;

}
