/*
  $Id: desktop.css $
  TomatoCart Open Source Shopping Cart Solutions
  http://www.tomatocart.com

  Copyright (c) 2009 Wuxi Elootec Technology Co., Ltd

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License v2 (1991)
  as published by the Free Software Foundation.

*/

html, body {
  font: normal 12px arial, tahoma, verdana, sans-serif;
  font-size:11px;
  color:#ffffff;
}

p {
	margin:12px 0;
}
a {
	color:#ffcc33;
}
.key {
	text-decoration:underline;
}

.abs-position {
	position:absolute;
}
#x-login-panel {
	/*background:#000000 url(../images/bg-panel.jpg) no-repeat;*/
	border:1px solid #000108;
	height:510px;
	width:798px;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 3px 3px 4px 4px #CCCCCC;
}

#x-login-form {
  left:410px;
  top:300px;
}

.login-features {
	left:52px;
	top:145px;
	width:300px;
}

.login-supported {
	left:623px;
	top:35px;
}

.x-combo-list-item{
	color: #000000
}

.x-form-item {
  font: normal 12px arial, tahoma, verdana, sans-serif;
}

.login-forgot-password{
	color: #FFFFFF;
    cursor: pointer;
    left: 108px;
    position: relative;
    text-decoration: none;
    top: 86px;
    z-index: 50;
}
.loginInfo li ul{
	padding-left:23px;
	list-style-type:disc;
}
.logoTXT{
	color: #FFFFFF;
    font: 36px Verdana,Geneva,sans-serif;
    padding: 30px;
    text-align: center;
    /*width: 330px;*/
width: 379px;
}
