/* CSS Document - Juan Pablo Dana*/
/* JPDANA Design */
@import url('js/vaccordion/reset.css');
BODY 
{
	color: #555;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height:18px;
	text-decoration: none;
	/*background:#fff url(img/bckgr_jpd.jpg) repeat top center;*/
	overflow: auto;
	background: linear-gradient(to bottom, #fff, #ccc);
	  background: -moz-linear-gradient(top, #fff, #ccc);
	  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ccc));
	  background: -webkit-linear-gradient(top, #fff, #ccc);
	  background: -o-linear-gradient(top, #fff, #ccc);
}
a{
	color:#999;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	/*background:#A29984;*/
	padding:3px 6px;
}
a:hover{
	color:#fff;
	/*background:#1E2070;*/
}
.clr{
	clear:both;
}
.container {
	width:100%;
	position:relative;
	z-index:100;
	margin:40px auto;
}
.content {
	width:1000px;
	margin:0 auto;
}
.header {
	text-align:center;
	width:100%;
	position:relative;
	z-index:100;
}
h1{
	margin:10px 0 0px 20px;
	font-size:34px;
	color:#333;
	/*text-shadow:0px 1px 1px #999;*/
	text-transform:uppercase;
}
h1 spam{
	font-size:14px;
	color:#666;
}
.txt {
	font-size:11px;
	text-align:justify;
	width:45%;
	margin-right:30px;
	position:relative;
	float:left;
}
.txt2 {
	font-size:11px;
	text-align:justify;
	width:95%;
	margin-bottom:10px;
	position:relative;
	float:left;
}
.white
{
	color:#ccc;	
}

form {
	margin:20px;
	cursor:default;
	z-index:9000;
}
textarea
{
	font-size:11px;
	color: #666;
	width:300px;
    background: #F4F4F4;
    border-top: #cccccc 0px solid;
    border-right: #ccc 1px solid;	
	border-bottom: #ccc 1px solid;
    border-left: #cccccc 0px solid;
}
input
{
	font-size:11px;
	color: #666;
	width:250px;
	height:18px;
    background: #F4F4F4;
    border-top: #cccccc 0px solid;
    border-right: #ccc 1px solid;	
	border-bottom: #ccc 1px solid;
    border-left: #cccccc 0px solid;
	margin-bottom:5px;
}
.submit
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	height: 60px;
	width: 250px;
	margin-top:5px;
	border:0px;
	border-radius: 5px;
	background-color: #333;	
	box-shadow: 2px 2px 5px #333333;
	-moz-box-shadow: 2px 2px 5px #333333; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 2px 2px 5px #333333;
	zoom: 1; /* IE */
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=135, Strength=5); /* IE */
	float:left;
}

.footer {
	font-size:10px;
	color:#666;
	text-align:center;
	width:100%;
	margin-top:30px;
	position:relative;
}

/* by JPDANA.com */
