* {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color:#8A2B73;
	outline: none;
}
a:hover {
	color:#6A0B53;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
html {
	height: 100%;
	padding-bottom: 1px;
}
body {
	background-color: #000;
}
#outer-wrapper {
	background: #000 url(/images/bg-tile.png) repeat-x 0px 0px;
	color: #FFF;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
}
#wrapper {
	position: relative;
	width: 800px;
	color: #FFF;
	margin: 0px auto 20px auto;
}
#header {
	float:left;
	width: 100%;
}
#content {
	clear:left;
	float: left;
	width: 540px;
	padding-right: 40px;
}
#footer {
	float:left;
	color: #555;
	width: 100%;
	padding-bottom: 2em;
}
div.logo {
	float: left;
	width: 227px;
	height: 106px;
	text-indent: -999px;
	background: transparent url(/images/fluent-title.png) no-repeat 0px 0px ;
}
p.top_links {
	padding-top: 80px;
	float: right;
	vertical-align bottom;
	width: 220px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #AAA;
}
p.top_links a{
	color: #AAA;
	text-decoration: none;
}
p.top_links a:hover {
	color: #777;
}
div.hr {
    clear: both;
    height: 0;
}
    div.hr hr {
    	display: none;
    }
div.top {
	border-top: 3px solid #000;
	border-bottom: 1px solid #2A2A2A;
	margin-bottom: 0px;
}
div.bottom {
	border-bottom: 1px solid #2A2A2A;
	margin: 30px 0 15px 0;
}
div.title {
	float: left;
	clear: both;
	height: 62px;
	vertical-align: bottom;
	width: 100%;
}
div.title h2{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.7em;
	font-family: arial, sans-serif;
	margin-top: 30px;
}

/* right navigation */
#right_nav {
	float: right;
	width: 220px;
}
#right_nav ul {
	list-style-type: none;
}
#right_nav li {
	margin: 6px 0 7px 0;
}
#right_nav a {
	color: #8A2B73;
	text-decoration: none;
}
#right_nav a:hover {
	color: #6A0B53;
}
#right_nav h3 {
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.3em;
	margin-bottom: 20px;
}
#right_nav h3 a {
	color: #FFF;
}
#right_nav h3 a:hover {
	color: #AAA;
}
#right_nav h4 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.9em;
	margin-top: 60px;
	margin-bottom: 8px;
}
#right_nav p {
	font-weight: bold;
	color: #8A2B73;
	font-size: 0.9em;
	margin-bottom: 3px;
}

/* content pages */
#content p {
	margin: 5px 0;
	color: #999;
}

#content div.project_detail {
	color: #AC629A;
	margin: 20px 0 20px 0;
	line-height: 1.4em;
}

#content div.project_detail p {
	color: #AC629A;
}

#content div.project_detail a {
	color: #AC528A;
	text-decoration: none;
}

#content a.play {
	text-transform: none;
	color: #FFF;
}
#content a.play:hover {
	color: #AAA;
}
*/

/* forms */

input,
textarea {
	padding: 2px;
	border: 1px solid #DDD;
	margin-bottom: 0.3em;
}

textarea,
div.field input,
input.text {
	background: #FFFFFF url(/core/images/form-field-bg.gif) repeat-x top left;
	border-top: 1px solid #AAA;
}

input.submit {
	background: #892919;
	color: #FFF;
	padding: 0 0 0.2em 0;
	font-weight: bold;
}

input.image {
	border: 0;
	padding: 0;
	margin: 0;
}

input.submit:hover {
	background: #733D29;
}

label {
	font-weight: bold;
}

form p.error {
	color: red;
}

button {
	float: right;
	text-indent: -10000px;
	background: transparent url(images/submit.gif) no-repeat 0 0;
	width: 57px;
	height: 17px;
	color: #717171;
	font-size: 0.9em;
	cursor: hand;
	cursor: pointer;
}
	button:hover {
		background-position: 0 -50px;
	}


#content div.footer input.button, input.button {
	width: 58px;
	height: 19px;
}


#content form {
	margin-top: 20px;
}
#content input,
#content select,
#content textarea {
width: 310px;
border: 1px solid #A5A5A5;
margin-bottom:  3px;
float:  left;
}
#content select {
width: 316px !important;
width: 319px;
}

#content div.field, #content div.footer {
/*	border-bottom:  1px solid #DDD;*/
	padding: 5px 0;
	float:  left;
	width: 460px;
}
#content div.footer {
	border:  0;
	padding-top:  10px;
	padding-bottom:  20px;
}

#content div.footer input.button {
	float:  right;
	margin-right:  12px;
	border: 0;
}

#content ul.select_option_col {
	float:  left;
	padding:  5px;
	margin:  0;
}

#content ul.select_option_col li {
	list-style:  none;
	margin:  0;
}

#content div.field p.error {
	color:  #CC0000;
	clear: left;
	padding:  0;
	margin:  0 10px 0 140px;

}


#content label span {
	color: #CC0000;
}


#content label {
clear:  left;
float:  left;
width:  140px;
padding-top: 2px;
font-weight: bold;

}

#content label.check_box {
	display: inline;
	float: none;
	color: #656565;
	font-weight: normal;
	margin-left: 140px;
}

#content input.check_box, #content_left input.check_box, #content_right input.check_box {
	display: inline;
	float: none;
	vertical-align: top;
	background: transparent;
	width: auto !important;
	border: 0 !important;
}

.check,
.radio {
background: transparent;
width: auto !important;
border: 0 !important;
vertical-align: middle;
}

