/*********************************************************
 * Breakdance Shared CSS stylesheet
 *********************************************************/
 

img       { border-style:none; }
form      { padding:0px; margin:0px; }
strong, b, em, i, span	{ font-size:100%; }
a:link,
a:visited { color:#fff; font-size:100%; text-decoration:none;}
a:hover	  { color:#fff; font-size:100%; text-decoration:underline; }

body      {
	text-align:center;
	margin:40px auto 0px;
	padding:0px;
	background-color: transparent;
	background-image: url(../../images/bg.png);
	background-repeat: repeat;
	background-position: 0% 0%;
}
/* {{{ */
    #PageSlot {
	width:884px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
    /* {{{ */
    	#WhiteWrapper {
	float:left;
	clear:both;
	width:884px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
        #Wrapper {
	float:left;
	clear:both;
	width:884px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: center;
}
        /* {{{ */
            #Header	 {
	width:884px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	top: 3px;
	clip: rect(0px,auto,auto,auto);
}
            /* {{{ */
				#Menu	{
	width:97%;
	height:38px;
	list-style-type:none;
	text-align:center;
	padding:0px;
	font-size:x-small;
	top: 231px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
				#Menu li	{ float:left; height:38px; }
				#Menu li div.menuItemLeft	
						{
	float:left;
	width:8px;
	height:38px;
	background-color: transparent;
	background-image: url(../../images/nav/menu-unselected-left.png);
	background-repeat: no-repeat;
	background-position: 3px 0%;
}
				#Menu li div.menuItemCenter	
						{
	float:left;
	height:38px;
	line-height:38px;
	color:#fff;
	font-size:140%;
	padding:0px 5px;
	font-weight:bold;
	background-color: transparent;
	background-image: url(../../images/nav/menu-unselected-center.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
				#Menu li div.menuItemCenter a:link		{ color:#fff; text-decoration:none; }
				#Menu li div.menuItemCenter a:visited	{ color:#fff; text-decoration:none; }
				#Menu li div.menuItemCenter a:hover		{ color:#fff; text-decoration:underline; }
				#Menu li div.menuItemRight
						{
	float:left;
	width:5px;
	height:38px;
	background-color: transparent;
	background-image: url(../../images/nav/menu-unselected-right.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
				#Menu li.selected div.menuItemLeft	
						{
	float:left;
	width:8px;
	height:38px;
	background-color: transparent;
	background-image: url(../../images/nav/menu-selected-left.png);
	background-repeat: no-repeat;
	background-position: 3px 0%;
}
				#Menu li.selected div.menuItemCenter	
						{
	float:left;
	height:38px;
	line-height:38px;
	color:#fff;
	font-size:140%;
	padding:0px 5px;
	font-weight:bold;
	background-color: transparent;
	background-image: url(../../images/nav/menu-selected-center.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
				#Menu li.selected div.menuItemRight
						{
	float:left;
	width:5px;
	height:38px;
	background-color: transparent;
	background-image: url(../../images/nav/menu-selected-right.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
				#HeaderImage	{
	width:100%;
	height:231px;
	background-color: transparent;
	background-image: url(../../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
            /* }}}-#Header */
            #MainBox { float:left; clear:both; width:100%; margin:0px; }
            /* {{{ */
				#MainBoxTop		{
	float:left;
	width:100%;
	height:18px;
	line-height:0px;
	font-size:0px;
	background-color: transparent;
	background-image: url(../../images/box/main-top.png);
	background-repeat: no-repeat;
	background-position: 2px 0%;
				 }
				
				#MainBoxCenter	{
	float:left;
	width:100%;
	background-color: transparent;
	background-image: url(../../images/box/main-center.png);
	background-repeat: repeat-y;
	background-position: 2px 0%;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
			  }
			 
				#MainBoxBottom	{
	float:left;
	width:100%;
	height:17px;
	background-color: transparent;
	background-image: url(../../images/box/main-bottom.png);
	background-repeat: no-repeat;
	background-position: 2px 0%;
	margin: 0px;
	padding: 0px;
}
#BotNav {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	font-weight: bold;
	color: #D40000;
}
#CopyrightFooter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFBF0;
	text-align: center;
}
            /* }}}-#Footer */
        /* }}}-#Wrapper */
    /* }}}-#PageSlot */
/* }}}-#Body */



.name{
	text-align:right;
	font-weight:bold;
}

.input input{
	text-align:left;
	width:400px;
}
.input textarea{
	text-align:left;
	width:400px;
	height:200px;
}

.error {
		background:#F4FD06;
		border:1px solid red;
		color:red;
		font-size:12px;
		text-align:left;
}

.success{
		background:#B8F9B7;
		border:1px solid #076205;
		color:#076205;
		font-size:12px;
		text-align:left;
