* {
	margin: 0;
	padding: 0;
}
body {
   text-align: left;
	font-size: 62.5%;
	background: #fff url(images/bgimg.gif) repeat-x 0px 130px;
	color: #231f20;
	font-family: Arial, Helvetica, San-serif;
}
body#loginpage {
   background: none;
}
html>body {
   font-size: 10px;
} 
a {
	color: #f14a45;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
ul {
	list-style-type: none;
}
h1 {
   color: #c00f0f;
   letter-spacing: -2px;
   font-size: 1.9em;
}
p {
	line-height: 1.6em;
	font-size: 1.4em;
}
p.note, p.error {
	font-size: 11px;
	color: #9b9b9b;
	margin-top: 0.5em;
	line-height: 1.3em;
}
p.error { 
   color: #f14a45;
   font-weight: bold;
   margin-bottom: 5px;
}
div.clear {
    clear: both;
}
div#wrapper {
   width: 650px;
	font-size: 1.3em;
	padding: 25px 50px;
	margin: 0px auto;
}

div#demolinks {
	width: 550px;
	margin: 0 auto;
	height: 260px;
	margin-top: 30px;
}
a#frontend, a#backend, a#pdsfrontend, a#pdsbackend {
	height: 0px;
	width: 233px;
	display: block;
	float: left;
	padding-top: 206px;
	text-align: center;
	color: #231f20;
	text-decoration: none;
} 
a#frontend {
	background: url(images/fdemoimg.gif) no-repeat;
}
a#backend {
	background: url(images/bdemoimg.gif) no-repeat;
	float: right;
}
a#pdsfrontend {
	background: url(images/pds_fdemoimg.gif) no-repeat;
}
a#pdsbackend {
	background: url(images/pds_bdemoimg.gif) no-repeat;
	float: right;
}
a#frontend:hover, a#backend:hover, a#pdsfrontend:hover, a#pdsbackend:hover {
	background: url(images/demoimg_over.gif) no-repeat;
}

img#price {
   float: left;
}

form#register, form#login {
	width: 250px;
	float: right;
	font-size: 1.3em;
}
form#register label, form#login label {
   width: 236px;
   height: 35px;
   display: block;
}
form#register label input, form#login label input {
	padding: 4px;
	width: 170px;
	height: 18px;
	border: 1px solid #9b9b9b;
	border-top: 2px solid #9b9b9b;
	font-size: 1em;
	float: right;
}
form#register input#submitbtn, form#login input#submitbtn {
	background: url(images/downloadbtn.jpg);
	width: 236px;
	height: 50px;
	text-indent: -9999em;
	border: 1px solid #9b9b9b;
}
form#register input#submitbtn:hover, form#login input#submitbtn:hover {
	cursor: pointer;
}

form#login { 
   float: none;
   margin-top: 1em;
}
form#login label input {
   width: 140px;
}
form#login input#submitbtn {
	background: url(images/loginbtn.jpg);
}
p#copyright {
	font-size: 0.9em;
	margin-top: 2em;
}
p#copyright a {
	text-decoration: none;
}
p#copyright a:hover {
	text-decoration: underline;
}
/* ie 7 and below hack start here */
*:first-child+html form#register label input {
	float: none;
	margin-left: 8px;
}

*:first-child+html form#register input#submitbtn {
   text-indent: 0em;
   font-size: 1px;
   color: #c00f0f;
}
/* ie 7 and below hack end here */

/* ie 6 and below hack start here */
*html {
	
}

/* ie 6 and below hack end here */
