/**
 * CSS for Gorgeous Dating
 *
 * @package		eu.zoe-solutions.gorgeousnetworks
 * @author		Stefan Fekonja <sf@zoe-solutions.eu>
 * @copyright	Copyright (c) 2008, zoe solutions Limited
 * @version		$Id:$
 * @filesource
 */
 
 
/**
 * Green box inner
 */
b.rtop,b.rbottom {
	display: block;
	background-color: #ffffff; /* #111150; */
}

b.rtop b,b.rbottom b {
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #99cc33;
}

b.r1 {
	margin: 0 5px;
}

b.r2 {
	margin: 0 3px;
}

b.r3 {
	margin: 0 2px;
}

b.rtop b.r4,
b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px;
}


/**
 * Login Form
 */
#login {
	background-color: #99cc33;
	color: #ffffff;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: justify;
	width: 250px;
}

#login_form {
	text-align: center;
}

#login fieldset {
	float: center;
	margin: 5px auto 5px auto;
	text-align: left;
	width: 200px;
}
	

/**
 * Application Form
 */
#application {
	background-color: #99cc33;
	color: #ffffff;
	font-size: 12px;
	margin: 0 0 0 5px;
	padding: 0;
	text-align: justify;
	width: 600px;
}

#login h1,
#application h1 {
	border-bottom-color: #ffffff;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #bde859;
	font-size: 16px;
}

#login p,
#application p {
	font-size: 12px;
}

#login em,
#application em {
	font-size: 10px;
	font-style: normal;
}

#login h1 a,
#login h3 a,
#application h1 a,
#application h3 a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

#login a,
#application a {
	color: #ffffff;
	text-decoration: underline;
}

#login a:hover,
#application a:hover {
	color: #bde859;
}

#login fieldset,
#application fieldset {
	border: 0;
}

#login input,
#login textarea,
#login select,
#application input,
#application textarea,
#application select {
	border: 0;
	/*border-color: #666666; 
	border-style: solid;
	border-width: 1px;*/
}

#login input,
#login textarea,
#login select,
#application input,
#application textarea,
#application select {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

#login textarea,
#application textarea {
	height: 100px;
	width: 450px;
}

#login div,
#application fieldset,
#application div {
	margin: 5px;
	padding: 0;
}

.form_button {
	border: 0 !important;
}
	
.input_text {
	width: 200px;
}

.box {
	border: none;
	margin: 0;
	padding: 0;
}

.box_content {
	display: none;
	visibility: hidden;
}

.l {
	float: left;
	position: relative;
}

.r {
	float: right;
	position: relative;
}