/* CreativeInputBox Skin */

.radInput_CreativeInputBox
{
	font:12px arial,verdana,sans-serif;
	vertical-align:middle;
}

div.radInput_CreativeInputBox table
{
	vertical-align:bottom;
}

.radInput_CreativeInputBox table,
.radInput_CreativeInputBox table td
{
	border: 0;
	margin: 0;
	padding: 0;
}

.radInput_CreativeInputBox .inputCell 
{
	padding: 0 4px 0 0;		
	_padding:0 7px 0 0;
}

.radInput_CreativeInputBox input.inputCell
{
	padding:1px 4px 1px 0;
}

.radInput_CreativeInputBox .inputCell input,
.radInput_CreativeInputBox .inputCell textarea
{	
	margin: 0;
}

.radInput_CreativeInputBox textarea
{
	vertical-align:bottom;
	overflow:auto;
}

.radInput_CreativeInputBox .imageCell,
.radInput_CreativeInputBox .spinImgCell
{	
	padding: 2px 0 0 2px;		
}

/* SPIN BUTTONS */

.radInput_CreativeInputBox a.spinbutton
{
	display: block;
	text-indent: -9999px;
	width: 12px;
	height: 9px; 
	line-height: 9px;
	background: transparent url(Input/SpinButtonSprites.gif) no-repeat;
	font-size: 1px;
	top: 2px;
	position: relative;
	_position: inherit; /*IE fix*/
	outline: none;	
}
*+html .radInput_CreativeInputBox a.spinbutton
{
	position: inherit;
}

.radInput_CreativeInputBox a.spinbutton.up
{
	background-position: center 0;
}

.radInput_CreativeInputBox a.spinbutton.down
{
	background-position: center -9px;
}

.radInput_CreativeInputBox a.gobutton
{
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 17px; 
	line-height: 17px;
	background: transparent url(Input/button.gif) no-repeat;
	font-size: 1px;
	position: relative;
	_position: inherit; /*IE fix*/
	outline: none;
}
*+html .radInput_CreativeInputBox a.gobutton
{
	position: inherit;
}

/* INPUT STYLES SETTINGS */

.radHoverCss_CreativeInputBox,
.radEnabledCss_CreativeInputBox,
.radDisabledCss_CreativeInputBox,
.radEmptyMessageCss_CreativeInputBox,
.radFocusedCss_CreativeInputBox,
.radNegativeCss_CreativeInputBox,
.radInvalidCss_CreativeInputBox
{
	font:10px arial,verdana,sans-serif;
	color: #404040;
	background: white;
}

.radInvalidCss_CreativeInputBox
{	
	color: #dcaa78;
	border: solid 1px #9bad7c;
	background-color: #fff;
}

.radEnabledCss_CreativeInputBox, 
.radNegativeCss_CreativeInputBox,
.radEmptyMessageCss_CreativeInputBox,
.radFocusedCss_CreativeInputBox
{
	color: #404040;
	border: solid 1px #9bad7c; 	
}

.radHoverCss_CreativeInputBox 
{
	color: #38577e;
	border: solid 1px #38577e;
}

.radDisabledCss_CreativeInputBox
{
	color: #ccc;
	border: solid 1px #e4e4e4; 
	background-color: #e3e3e3;
}

.radLabelCss_CreativeInputBox
{
	color: #000000;
	font-size: 11px;	
	white-space:nowrap;
}

.radHint_CreativeInputBox 
{
	background: infobackground;
	margin-top: 5px;
	border: solid 1px black;
	text-align: left;
	overflow: auto; 
}

.radHint_CreativeInputBox a,
.radHint_CreativeInputBox a:visited,
.radHint_CreativeInputBox a:hover
{
	margin: 2px;
	color: black;
	text-decoration: none;
	font-size: small;
}