@import url(layout.css);
@import url(menu.css);
@import url(titles.css);

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial,helvetica,sans-serif;
	
	color: #ffffff;
}

body{
	background: #000000;
	font-size: 11px;
}


p{
	margin-bottom:10px;
	}


#error{
	margin-top:10px;
	margin-left:2px;
	}

.clear{
	clear: both;
}

a{
	text-decoration:none;
}

#success{
	background:black;
	padding:2px;
	color:#FFFF00;
	}

a:hover{
	text-decoration:underline;
}

td{
	border-bottom: 1px solid #464443;
	padding: 0px 6px 10px 6px;
}


#fCol1{
	float:left;
	}
	
#fCol2{
	float:left;
	}	
	
#vForm{
	margin-top:10px;
	}	

input,textarea{
	float: left;
	color: #000000;
	background:#828282;
	padding: 2px;
	margin: 2px;
	width:150px;
}

label{
	clear: left;
	float: left;
	width: 70px;
	}

.category,.picture{
	float: left;
	width: 90px;
	text-align: center;
	margin: 0px 4px 8px 0px;
}

.end{
	margin: 0px;
}

.next{
	background:url(../_graphics/until_next.gif);
	width:320px;
	height:19px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin-top:10px;
	}

h1.untilnext{
	float:left;
	color:#F6000F;
	font-size:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-right:15px;
	margin-top: 6px;
	}

h1.untilnext1{
	float:left;
	color:#F6000F;
	font-size:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-right:15px;
	}

.first{
	clear: left;
	float: left;
}


#yEmail{
	background:url(../_graphics/your_email.gif);
	width:57px;
	height:6px;
	text-indent:-9999px;
	display:inline;
	font-size:1px;
	line-height:1px;
	margin-top:5px;
	margin-right:5px;
	}
	
#fEmail1{
	background:url(../_graphics/friends_Email.gif);
	width:73px;
	height:5px;
	text-indent:-9999px;
	display:inline;
	font-size:1px;
	line-height:1px;
	margin-top:6px;
	margin-right:5px;
	margin-left:10px;
	}
	
.fEmail2{
	background:url(../_graphics/add_email.gif);
	width:75px;
	height:6px;
	text-indent:-9999px;
	display:inline;
	font-size:1px;
	line-height:1px;
	margin-top:6px;
	margin-right:5px;
	margin-left:8px;
	}

.show{
	margin: 20px 0px;
	text-indent: 0px;
}

#vForm .fBtn{
	width:55px;
	height:11px;
	background:none;
	margin-left:100px;
	margin-top:10px;
	}