﻿/* RdInput MAC skin */

.radHoverCss_Inox,
.radEnabledCss_Inox,
.radDisabledCss_Inox,
.radEmptyMessageCss_Inox,
.radFocusedCss_Inox,
.radNegativeCss_Inox,
.radInvalidCss_Inox
{
	border: 0;
	_background-attachment: fixed; /* IE */
	height:26px; 
	width:210px;
	font:normal 12px Arial;
	padding-top:5px; 
	padding-left:3px;
}

.radHoverCss_Inox
{
	background:transparent url(Img/hover.gif) no-repeat;
	color:#b7b7b7;	
}
.radEnabledCss_Inox,
.radEmptyMessageCss_Inox,
.radNegativeCss_Inox
{
	background:transparent url(Img/default.gif) no-repeat;
	color:#464650;
}

.radFocusedCss_Inox
{
	background:transparent url(Img/focus.gif) no-repeat;
	color:#333;
}

.radEmptyMessageCss_Inox
{
	color:#464650;
}

.radNegativeCss_Inox
{
	color:#990000;
}

.radInvalidCss_Inox
{
	background:transparent url(Img/error.gif) no-repeat;
	color:#ff0000;
}

.radLabelCss_Inox 
{
	font:normal 10px Arial; 
	color:#b7b7b7; 
	padding-right:5px;
}

/* input buttons */
.radInpButtonCss,
.radInpButtonCss_Inox a
{
    position:relative; 
    top:2px;
}

.radInpButtonCss_Inox img
{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1; opacity: 1;
    border:0;
}

.radInpButtonCss_Inox a:hover img
{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity:0.5; 
    opacity:0.5;
}

.radSpinUpCss_Inox a,
.radSpinDownCss_Inox a
{
	/**/
}

.radSpinUpCss_Inox a img,
.radSpinDownCss_Inox a img
{
	width:7px; 
	height:4px;
	border:0;
	position:relative;
	top:-4px;
	margin:0 1px;
}

.radSpinUpCss_Inox a:hover img,
.radSpinDownCss_Inox a:hover img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: .5; -moz-opacity: .5;
}


a.Subscribe:link,
a.Subscribe:visited {
    font-family:Arial;
    font-size:13px;
    font-weight:normal;
    color:#ffffff;
	padding:5px 0 0 5px;
	margin:0;
}

a.Subscribe:hover {
    color:#ffffff;
	padding:5px 0 0 5px;
	margin:0;
}

a.Subscribe:active {
    color:#ffffff;
} 

a.Subscribe{
	display:block;
	height:21px;
	width:73px;
  	voice-family:"\"}\""; 
  	voice-family:inherit;
	text-decoration:none;
}
* html a.Subscribe { height:26px; width:78px; } /*IE*/ 


td.bgSubscribe {
    background:url(Img/regbutton.png) 0 0;
	padding:0;
	margin:0;
}

td.bgSubscribeoff {
    background:url(Img/regbutton.png) 0 -26px;
	padding:0;
	margin:0;
}

.SmallHead {
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
}

/* end of input buttons */
