/* Copyright 2010 Zynga Game Network Inc. */ 
/**
 * File Name: main.css
 *
 * This file holds all of the global styles for the site
 */

html { font: 10pt Verdana; }
h1 { font-size: 11pt; font-weight: bold; }
h2 { font-weight: bold; }

.noticebox {border: 1px solid #FFD100; background-color: #FFF4BF; padding: 8px;}
.subheader {font-size: 13px; border-bottom: 1px solid #808080; padding: 4px 0 2px 0; margin: 0 0 6px 0;}
.section {margin: 0 0 10px 0;}

.padding_content { padding: 8px; }
.help div, .help h2 { padding: 4px 0px; }
.help h1 { padding-bottom: 4px; }
.help ul { list-style-type: disc; margin: 5px 20px; padding: 0px 10px; }

.left { display: block; float: left; } 
.center { text-align: center; }
.right { display: block; float: right; }
.clear { clear: both; }

/* Gifts page */
.gift_img {
	padding: 17px 11px 0px 0px;
	text-align: center;
}

.gift_name {
	margin: 5px 17px 0px 5px;
	color: #70461e;
	font-weight: bold;
}

li.giftLocked .gift_name {
	color: #666;
}

.gift_name  span {
	display: block;
	height: 30px;
}

.gift_action {
	margin: 3px 17px 0px 5px;
	color: red;
	font-weight: bold;
}

.giftIconImg {
	width: 75px;
	height: 75px;
}

.giftformsubmit {
    background-color: #3B5998;
    border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
    border-style: solid;
    border-width: 1px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin: 1px 5px;
    padding: 3px 10px;
    text-decoration: none;
}

.giftsendbtn {
	background-color:#3B5998;
	border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
	border-style:solid;
	border-width:1px;
	color:white;
	font-size:10px;
	margin:1px 5px;
	padding:3px 10px;
	text-decoration:none;
}

.fv_main_body_cont {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0px;
}

.main_gift_cont ul {
	list-style-type: none;
}

#probar_iframe{
	border: 0px;
	width: 760px;
	overflow: hidden;
}

/**
* IFrame Overlays
*/
#genericOverlay {
	display: none;
	position: absolute;
	left: 50%;
	z-index: 1;
	border: 0px solid #ffffff;
}

.defaultBorder {
	border: 5px solid #fff3c9;
	background: #8b5d3b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.defaultFrame {
	width: 720px;
	height: 580px;
	border: 2px solid white;
	margin: 3px;
	overflow: hidden;
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.surveyFrame {
	width: 726px;
	height: 620px;
	border: 0px solid #ffffff;
}