@charset "utf-8";
/* CSS Document */
* {margin:0;}
body {
	margin: 0;
	background-image: url(../images/grannyfuckbuddy_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
}
img {
	border:none;
}
a:link, a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}

p, h1, h2, h3, #form1, #form2, #form3 {
	margin:0;
	padding:0;
}
h1, span, h3, .right a {
	color:#8d2d8a;
}
h1 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 7px;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 7px;
}
h3 {
	font-size: 18px;
	color: #06C;
	font-weight: normal;
}
input, select, textarea {
	font-size: 13px;
	color: #666;
	border:1px solid #b5b5b5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.inp_1 {
	width: 290px;
	padding: 5px;
}
.inp_2 {
	width: 302px;
	padding: 5px;
}
.inp_3 {
	width: 85px;
	padding: 5px;
}
.inp_4 {
	width: 123px;
	padding: 5px;
}
.inp_5 {
	width: 123px;
	padding: 5px;
}
.inp_6 {
	width: 123px;
	padding: 5px;
}
.butt {
	background-color:#FF7C03;
	color:#FFF;
	height: 43px;
	background-image: url(../images/big_butt-purple.jpg);
	background-repeat: repeat-x;
	border: 1px solid #FF7C03;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #9B4900;
	background-position: left -1px;
}

/*************************************************************************************************** main elements */
.overlay {
	background-image: url(../images/transp.png);
	width: 100%;
	height: 100%;
	display: block;
	position:fixed;
}
.main {
	position: absolute;
	top: 45px;
	width: 920px;
	left: 50%;
	margin-left: -460px;
}
.box {
	overflow: hidden;
	height: 600px;
	width: 870px;
	background-image: url(../images/bg2.jpg);
	background-color: #EDEDED;
	padding: 25px;
}
.logo {
	height: 90px;
	width: 870px;
	float: left;
}
.left {
	float:right;
	width: 435px;
	overflow: hidden;
}
.right {
	float:left;
	width: 413px;
	overflow: hidden;
	text-shadow: #fff 1px 1px 1px;
}
.right table {
	margin:20px 0 0 0;
}
.right table td {padding:10px 0 0 0;}
.footer {
	text-align: center;
	color: #FFF;
	font-size: 13px;
	line-height: 22px;
	padding-top: 15px;
}
.overflow {overflow:hidden;}

.butts {
	float:right;
	overflow: hidden;
	margin-top: 4px;
}
a.buttlike {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cacaca;
	color: #7b7b7b;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	padding: 0 10px;
	background-image: url(../images/butt_bg.jpg);
	background-repeat: repeat-x;
	display: block;
	text-align: center;
	float: left;
	margin-left: 5px;
}
a.buttlike:hover {
	color: #666;
}

.small {font-size:12px;}




/*************************************************************************************************** pages */
/*
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;


text-shadow: #ffffff 1px 1px 0px;        // color    x    y    blur


	-o-text-shadow:0 1px 0 #ab0059;
	-moz-text-shadow:0 1px 0 #ab0059;
	-webkit-text-shadow:0 1px 0 #ab0059;




// right bottom blur color

box-shadow: 0px 0px 3px #333;
-moz-box-shadow: 0px 0px 3px #333;
-webkit-box-shadow: 0px 0px 3px #333;



opacity:.9;
filter:alpha(opacity=90);


«
»

input[type=radio] { border:thin; *border:none; }
*/
