/* Tradeversity Index Style Sheet 
-----------------------------------------------------------------------------*/

/* Import
-----------------------------------------------------------------------------*/ 
@import url("registration.css");
@import url("login.css");

/* Information
-----------------------------------------------------------------------------*/
.information {
  padding: 10px;
}

.information ul {
  list-style-type: decimal;
  list-style-position: inside;
}

/* Font
-----------------------------------------------------------------------------*/
#introduction p {
  padding-left: 5px;
  line-height: 1.6;
}

/* Temp stuff
-----------------------------------------------------------------------------*/ 

#tags {
  padding-bottom: 1em;
  border-bottom: 1px solid #DDDDDD;
}

#search {
  padding-top: 1em;
  padding-bottom: 1em;
}

#links{
  margin: 10px;
}

#content{

}

#content_left{
  margin: 8px;
  float: left;
}

#content_right{
  margin: 8px;
  float: right;
}

#button{
	margin: 2px 4px 2px 4px;
	text-align: center;
	background-color: #E6E6FA;
	width: 60px;
	border: 1px solid #DCDCDC;
}

a#button{
    margin: 2px 4px 2px 4px;
    padding: 4px;
	text-align: center;
	background-color: #E6E6FA;
	width: 60px;
	border: 1px solid #DCDCDC;
}