@import url(/css/common/global.css);
@import url(/css/common/layout.css);
@import url(/css/common/forms.css);
@import url(/css/common/box.css);

#left
{
  float:left;
  padding-top: 5px;
  padding-left: 5px;
  width:280px;
}

#left_wide
{
  float:left;
  width:440px;
  padding-top: 5px;
}	
	
#right 
{
  float:right;
  width:380px;
  padding-left: 5px;
  padding-top: 5px;
}

#right_wide
{
  float:right;
  width:440px;
  padding-top: 5px;
}

#headLine
{
  height: 2px;
  background-color: #3366CC;
  line-height: 1px;
}

#layout > #headLine
{
  margin-top:2px;
}

#boxLogin
{
  width: 200px;
  
}

#frmLogin
{
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  color: #333399;
  margin: 0px;
  margin-top: 5px;
}

#features ul
{
  list-style-image: url(/images/common/bullet-blue-list.gif);
  margin-left: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  clear: both;
  padding: 0px;
  line-height:16px;
}

#frmTracker
{
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #333399;
  margin: 0px;
  margin-top: 5px;
}

#frmTracker ul
{
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 25px;
  clear: both;
  padding: 0px;
  line-height:16px;
}

#txtUsername, #txtPassword
{
  width: 133px;
  font-weight: bold;
}

#txtTrackingId
{
  width: 133px;
  align: center;
  font-weight: bold;
}

#btnLogin
{
  float: right;
  margin-right: 6px;
}

#boxLookInside
{
  width: 200px;
  margin-top:10px;
}

#boxLookInside h3
{
  margin-top:0px;
}

#boxLookInside .boxContent
{
  padding:10px;
}

#features
{
  padding-left: 20px;
}

#features div
{
  margin-right: 20px;
}

#features ul
{
  list-style-image: url(/images/common/bullet-blue-list.gif);
  margin-left: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
  clear: both;
  padding: 0px;
  line-height:18px;
}

.featureTable
{
  border: solid 1px #CCCCCC;
  border-collapse: collapse;
  margin-top: 1em;
  width: 100%;
}

.featureTable th
{
  padding: 5px;
  text-align: left;
  background-color: #ECECF9;
  border: solid 1px #CCCCCC;
}

.featureTable td
{
  border: solid 1px #CCCCCC;
  padding: 5px;
  text-align: left;
}

.featureTable td img
{
  vertical-align: bottom;
  margin: 4px 6px 3px 8px;
  
}

#small_descr 
{
	font-size: 10px;	
  margin-bottom: 4px;
}
