* { margin: 0; padding: 0; }
#page{display:table;overflow:hidden;margin:0px auto;}
*:first-child+html #page {position:relative;}/*ie7*/
* html #page{position:relative;}/*ie6*/

#content_container{display:table-cell;vertical-align: middle;}
*:first-child+html #content_container{position:absolute;top:50%;}/*ie7*/
* html #content_container{position:absolute;top:50%;}/*ie6*/

*:first-child+html #content{position:relative;top:-50%;}/*ie7*/
* html #content{position:relative;top:-50%;}/*ie6*/

html,body{height:100%;}
#page{height:100%;width:465px;}
html{
	overflow-x:hidden;
	position:relative;
	
	box-shadow:0 0 180px rgba(54,83,0,0.2) inset;
	-moz-box-shadow:0 0 180px rgba(54,83,0,0.2) inset;
	-webkit-box-shadow:0 0 180px rgba(54,83,0,0.2) inset;
}
#logo {
	background:url(marcos-design-logo.png) no-repeat top center;
	width:420px;
	height:340px;
	margin:auto;
}

#feedback{
	background-color:#a5ca39;
	width:310px;
	height:330px;
	position:fixed;
	bottom:0;
	right:60px;
	margin-bottom:-270px;
	z-index:10000;
}
#call{
	background-color:#a5ca39;
	width:310px;
	height:330px;
	position:fixed;
	bottom:0;
	right:380px;
	margin-bottom:-270px;
	z-index:10000;
}

#feedback .section,#call .section{
	background:url('img/bg.png') repeat-x top left;
	border:1px solid #6d9701;
	border-bottom:none;
	padding:10px 25px 25px;
}

#feedback .color,#call .color{
	float:left;
	height:4px;
	width:20%;
	overflow:hidden;
}

#feedback .color-1,#call .color-1{ background-color:#d3b112;}
#feedback .color-2,#call .color-2{ background-color:#12b6d3;}
#feedback .color-3,#call .color-3{ background-color:#8fd317;}
#feedback .color-4,#call .color-4{ background-color:#ca57df;}
#feedback .color-5,#call .color-5{ background-color:#8ecbe7;}

#feedback h6{
	background:url("img/escribeme.png") no-repeat;
	height:37px;
	margin:5px 0 12px;
	text-indent:-99999px;
	cursor:pointer;
}
#call h6{
	background:url("img/llamame.png") no-repeat;
	height:37px;
	margin:5px 0 12px;
	text-indent:-99999px;
	cursor:pointer;
}

#feedback textarea{
	background-color:#fff;
	border:none;
	color:#666666;
	font:13px 'Lucida Sans',Arial,sans-serif;
	height:100px;
	padding:10px;
	width:236px;
	resize:none;
	outline:none;
	overflow:auto;
	
	-moz-box-shadow:4px 4px 0 #618700;
	-webkit-box-shadow:4px 4px 0 #618700;
	box-shadow:4px 4px 0 #618700;
}

#feedback a.submit{
	background:url("img/submit.png") no-repeat;
	border:none;
	display:block;
	height:34px;
	margin:10px auto 0;
	text-decoration:none;
	text-indent:-99999px;
	width:91px;
}

#feedback a.submit:hover{
	background-position:left bottom;
}

#feedback a.submit.working{
	background-position:top right !important;
	cursor:default;
}

#feedback .message,#call .message{
	font-family:Corbel,Arial,sans-serif;
	color:#fff;
	text-align:justify;
	text-shadow:1px 1px 0 #618700;
	margin-bottom:20px;
}
.warning {
	padding:5px;
	color:#F00 !important;
	background-color:#ffd9d9;
	border:1px solid #ff7f7f;
	text-shadow:1px 1px 0 #900000 !important;
}

#feedback .arrow{
	background:url('img/mail-ico.png') no-repeat;
	float:right;
	width:37px;
	height:37px;
	position:relative;
	top:0px;
}
#call .arrow{
	background:url('img/call-ico.png') no-repeat;
	float:right;
	width:45px;
	height:50px;
	position:relative;
	top:0px;
}

#feedback .arrow.down,#call .arrow.down{ background-position:right;}
#feedback h6:hover .down,#call .arrow.down{ background-position:right;}
#feedback .arrow.up,#call .arrow.up{ background-position:left;}
#feedback h6:hover .up,#call .arrow.up{ background-position:left;}

#feedback .response{
	font-size:21px;
	margin-top:70px;
	text-align:center;
	text-shadow:2px 2px 0 #889889;
	color:#FCFCFC;
	display:block;
}
