/**********************************************************************
* DIGITAL CAVALRY WP NEWSLETTER SYSTEM PLUGIN 
* (WP voting system)   
* 
* File name:   
*      common.css
* Brief:       
*      Plugin css file
* Author:      
*      DigitalCavalry
* Author URI:
*      http://themeforest.net/user/DigitalCavalry
* Contact:
*      digitalcavalry@gmail.com 
**********************************************************************/  

.dcwp-newsletter
{
    background-color:transparent;
    border:0px solid green;
    padding:15px 25px 0px 0px;
	background: url("../../../themes/Prestige/img/common_files/inset-divider.png") repeat-x scroll center top transparent
}

.dcwp-newsletter .input-wrapper
{
}

.dcwp-newsletter input
{
    width:100%;

}

.dcwp-newsletter .desc 
{
    font:12px/16px "Lucida Grande", sans-serif;
    color:#AAAAAA;    
}

.dcwp-newsletter p.label
{
    font-size:18px;
    margin-top:10px;
    margin-bottom:4px;
    color:#fff; 
	font-family: 'CrimsonTextItalic';
   
}

.dcwp-newsletter .btn-bar
{
    margin-top:10px;
    padding:0px;
    width:auto;
	-moz-box-shadow:0 3px 5px black;
	-webkit-box-shadow:0 3px 5px black;
	box-shadow:0 3px 5px black;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-size: 12px;
	font-family:"Lucida Grande", sans-serif;
	
} 

.dcwp-newsletter .btn-bar a
{
    color:#fff;    
} 

.dcwp-newsletter .btn-bar a:hover
{
    text-decoration:none;
}  

.dcwp-newsletter .wrap-register
{
    width:110px;
    height:22px;
    border:1px solid #080808;
    float:left;
    text-align: center;
    cursor:pointer;
    background-color:#040404;
    line-height:22px;    
}

.dcwp-newsletter .wrap-register-wide
{
    width:110px;
    float:left;
    height:22px;
    border:1px solid #080808;
    text-align: center;
    cursor:pointer;
    background-color:#040404;
    line-height:22px;
    margin:auto;    
}

.dcwp-newsletter .wrap-register-wide:hover, 
.dcwp-newsletter .wrap-register:hover
{
    border-color:#111111;    
}

.dcwp-newsletter .wrap-register-wide:hover a, 
.dcwp-newsletter .wrap-register:hover a
{
    color:#EEEEEE;    
}

.dcwp-newsletter .wrap-register, .dcwp-newsletter .wrap-unregister
{
    width:auto;
	padding: 0 23px;
	text-shadow:0 -1px #333;
    height:22px;
    border:1px solid #969696;
    float:left;
    text-align: center;
    cursor:pointer;
    background: #c9c9c9;

background: -moz-linear-gradient(top,  #c9c9c9 0%, #969696 50%, #8d8d8d 50%, #969696 99%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9c9c9), color-stop(50%,#969696), color-stop(50%,#8d8d8d), color-stop(99%,#969696));

background: -webkit-linear-gradient(top,  #c9c9c9 0%,#969696 50%,#8d8d8d 50%,#969696 99%);

background: -o-linear-gradient(top,  #c9c9c9 0%,#969696 50%,#8d8d8d 50%,#969696 99%);

background: -ms-linear-gradient(top,  #c9c9c9 0%,#969696 50%,#8d8d8d 50%,#969696 99%);

background: linear-gradient(top,  #c9c9c9 0%,#969696 50%,#8d8d8d 50%,#969696 99%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#969696',GradientType=0 );


    line-height:22px;
	
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;   
}
.dcwp-newsletter .wrap-unregister{
-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0; 
	border-left: 1px solid #ccc; 
}

.dcwp-newsletter .wrap-register {
	-moz-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px; 
	border-right: 1px solid #777; 
	
}

.dcwp-newsletter .wrap-unregister:hover, .dcwp-newsletter .wrap-register:hover
{
  background: #b6e5fe;

background: -moz-linear-gradient(top,  #b6e5fe 0%, #64c7fc 50%, #46b8f6 50%, #4cbbf6 65%, #6ccbfa 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6e5fe), color-stop(50%,#64c7fc), color-stop(50%,#46b8f6), color-stop(65%,#4cbbf6), color-stop(100%,#6ccbfa));

background: -webkit-linear-gradient(top,  #b6e5fe 0%,#64c7fc 50%,#46b8f6 50%,#4cbbf6 65%,#6ccbfa 100%);

background: -o-linear-gradient(top,  #b6e5fe 0%,#64c7fc 50%,#46b8f6 50%,#4cbbf6 65%,#6ccbfa 100%);

background: -ms-linear-gradient(top,  #b6e5fe 0%,#64c7fc 50%,#46b8f6 50%,#4cbbf6 65%,#6ccbfa 100%);

background: linear-gradient(top,  #b6e5fe 0%,#64c7fc 50%,#46b8f6 50%,#4cbbf6 65%,#6ccbfa 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e5fe', endColorstr='#6ccbfa',GradientType=0 );

text-shadow: 0 -1px #009FF4;
border: 1px solid #4cbbf6;

    
}

.dcwp-newsletter .wrap-unregister:hover {border-left: 1px solid #C4F3FF;}

.dcwp-newsletter .wrap-unregister:active, .dcwp-newsletter .wrap-register:active {text-shadow: 0 0 5px white;}

.dcwp-newsletter .wrap-unregister:hover a
{
    color:#EEEEEE;    
}

.dcwp-newsletter .result
{
    margin-top:8px;
    height:11px;
    float:left;
    width:240px;
}

.dcwp-newsletter .result .info
{
	font-family: 'CrimsonTextItalic';
	font-size: 15px;
    color:#fff;
    float:right;
    display:none;
}

.dcwp-newsletter .result .ajax
{
    width:25px;
    height:11px;
    background-image:url(../img/ajax.gif);
    background-repeat: no-repeat;
    background-position:left top;
    float:left;
    display:none;
}

