/* CSS3 Document */
/*@font-face
{
font-family: 'headlineFace';
src: url('impact.woff');
}*/

@font-face
{
font-family: 'bodyFace';
src: url('aller_lt.woff');
}

@font-face
{
font-family: 'bodyFaceDark';
src: url('aller_lt.woff');
color:#000000;
}


@font-face
{
font-family: 'bodyFaceBold';
src: url('aller_reg.woff');
}

/*@font-face
{
font-family: 'basket';
src: url('roboto-reg.woff');
}

@font-face
{
font-family: 'basketBold';
src: url('roboto-bd.woff');
}

@font-face
{
font-family: 'basketHeavy';
src: url('roboto-blk.woff');
}*/

.background {
position:absolute;
width:10px;
height:10px;
/*background-color:#181A2E; 
opacity:0.2;
filter:alpha(opacity=20);*/
overflow-x:none;
overflow-y:none;
}

.basic{
position:absolute;
width:10px;
height:10px;
color:#000000;
font-size:12px;
font-weight:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
/* background-color:#FF0000; */
overflow-x:none;
overflow-y:none;
z-index:1000;
}

.copy{
position:absolute;
/* display:inline-block; */
width:10px;
min-height:10px;
/* color:#000000;
font-weight:normal;
background-color:#FF0000; */
overflow-x:none;
overflow-y:none;
z-index:999;
}

.headline{
position:absolute;
/* display:inline-block; */
min-width:15px;
height:10px;
color:#000000;
font-size:12px;
font-weight:normal;
/* background-color:#FF0000; */
overflow-x:none;
overflow-y:none;
z-index:999;
}

.hshadow{
position:absolute;
visibility:hidden;
position:absolute;
min-width:15px;
font-size:12px;
/* display:inline-block; */
font-family: headlineFace, Verdana, sans-serif; 
background-color:#0000FF;
}

.paypal-button-hidden {
visibility: hidden;
}

input[type=checkbox] {
transform: scale(1.5);
}