body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.container {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #000000;
}

.nav {
	width: 100%;
	height: 50px;
}

.nav ul {
	margin: 20px 10px;
}

.nav ul li {
	float: left; 
	list-style-type: none;
}

.nav ul li a {
	background: #004b98; 
	color: white; 
	display: block; 
	font-family: Arial, Helvetica, sans-serif; 
	padding: 10px 20px; 
	text-decoration: none;
}

.nav ul li a:hover {
	background: #0069d4;
}

.accountbuttons {
	width: 140px;
	height: 130px;
	float: left;
	text-align: center;
}
.clear {
	clear: both;
}

.packages {
	width: 200px;
	height: 200px;
	float: left;
	text-align: center;
	border: 1px solid #000000;
	margin-left: 10px;
	margin-right: 10px;
}

.buybutton {
	border: 1px solid #000000;
}

.button {
  display: inline-block;
  padding: 5px 10px;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  background-color: #1ABFE5;
  text-shadow: 0 -1px 1px #565656;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 3px 0 #565656;
  box-shadow: 0 1px 3px 0 #565656;
  width: 100px;
  height: 80px;
  text-align: center;
}

.button:hover {
  background-color: #1397B5;
}

.phpcode {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #000000;
	background-color: f3f3f3;
}
.msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	background-color: #FFFFCC;
	padding: 4px;
	border: 1px dotted #FF9900;
	font-weight: bold;

}

#ajax_form {
	width:410px;
	font-family:verdana,arial;
	font-size:12px;
	margin: 0 auto;
}
#ajax_form td{
	font-family:verdana,arial;
	font-size:12px;
}
#ajax_form_header {
	font-family:verdana,arial;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
}
#returned_value{
	font-family:verdana,arial;
	text-align:center;
	font-size:12px;
	color:#000000;
}
#go {
	border:1px solid #CCCCCC;
	background:#FFF;
}

.forgotpassword {
	width: 400px;
	margin: 0 auto;
}

.register {
	width: 65%;
	margin: 0 auto;
}

.pname {
	font-size: 24px;
	font-weight: bold;
}

.buynow {
	width: 150px;
	text-align: center;
	margin: 0 auto;
}

.changepassword {
	width: 400px;
	margin: 0 auto;
}

.i {
	width: 610px;
	margin: 0 auto;
}

.inamelabel {
	width: 200px;
	height: 24px;
	line-height: 24px;
	float: left;
	font-weight: bold;
}

.iemaillabel {
	width: 200px;
	height: 24px;
	line-height: 24px;
	float: left;
	font-weight: bold;
}

.iactionlabel {
	width: 200px;
	height: 24px;
	line-height: 24px;
	float: left;
	font-weight: bold;
}

.iname {
	width: 200px;
	height: 24px;
	line-height: 24px;
	float: left;
}

.iemail {
	width: 200px;
	height: 24px;
	line-height: 24px;
	float: left;
}

.iaction {
	width: 200px;
	height: 24px;
	line-height: 24px;
	float: left;
}

.b {
	width: 710px;
	margin: 0 auto;
}

.bnamelabel {
	width: 200px;
	height: 24px;
	line-height: 24px;
	float: left;
	font-weight: bold;
}

.bemaillabel {
	width: 200px;
	height: 24px;
	line-height: 24px;
	float: left;
	font-weight: bold;
}

.brelationshiplabel {
	width: 100px;
	height: 24px;
	line-height: 24px;
	float: left;
	font-weight: bold
}

.bactionlabel {
	width: 200px;
	height: 24px;
	line-height: 24px;
	float: left;
	font-weight: bold;
}

.bname {
	width: 200px;
	height: 24px;
	line-height: 24px;
	float: left;
}

.bemail {
	width: 200px;
	height: 24px;
	line-height: 24px;
	float: left;
}

.brelationship {
	width: 100px;
	height: 24px;
	line-height: 24px;
	float: left;
}

.baction {
	width: 200px;
	height: 24px;
	line-height: 24px;
	float: left;
}

.addnew {
	font-size: 12px;
}

#passwordStrength
{
	height:10px;
	display:block;
	float:left;
}

.strength0
{
	width:250px;
	background:#cccccc;
}

.strength1
{
	width:50px;
	background:#ff0000;
}

.strength2
{
	width:100px;	
	background:#ff5f5f;
}

.strength3
{
	width:150px;
	background:#56e500;
}

.strength4
{
	background:#4dcd00;
	width:200px;
}

.strength5
{
	background:#399800;
	width:250px;
}

#upload{
    font-family:'PT Sans Narrow', sans-serif;
    background-color:#373a3d;

    width:250px;
    padding:30px;
    border-radius:3px;

    margin:50px auto 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop{
    background-color: #2E3134;
    padding: 40px 50px;
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('http://decorayadora.com/img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#drop a{
    background-color:#007a96;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{
    background-color:#0986a3;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0 -30px;
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
}

#upload ul li{

    background-color:#333639;

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 52px;

    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('http://decorayadora.com/img/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
	color:red;
}
.hiddenDiv {
	display: none;
}
.visibleDiv {
	display: block;
	border: 1px grey solid;
	width: 500px;
	margin: 0 auto;
	padding: 10px;
}
.toggleShow {
   color: green;
}