@CHARSET "UTF-8";

/************* New login form ***************/
#form_table_new_main_row
{
	margin-left:250px;
}
#form_table_new_main
{
	width:325px;
	font-size:12px;
	margin-bottom: 5px;
}

#form_table_new_main dt {
    width:80px;
    float:left;	
}

#form_table_new_main dd {
    float: left;
    width: 200px;
}

#form_table_new_main dd input#email, #form_table_new_main dd input#password {
	width:190px;
}
#form_table_new_main dd input#login {
	margin-left:40px;
}

/*=====================================================================================================*/
/*  Main Contents Section   */
/*=====================================================================================================*/

.secondary_navigation_links
{
    font:12px vardana;
    color:#FFF;
    height:28px;
    line-height: 28px;
}
.secondary_navigation_links a
{
    text-decoration:none;
    color:#FFF;
}
.secondary_navigation_links a:hover
{
    text-decoration:none;
    color:#09C;
}
.heading
{
    height:28px;
    background:url(../images/Black_gradient.png) repeat-x;
    border-top:#999 solid 1px;
    border-bottom:#999 solid 1px;   
    line-height:28px;
    text-align:left;
    padding-left:20px;
    color: #FFF;
}
.ie .heading
{
	height:30px;
}
div#search
{
	float:left;
	width:auto;
	/*width:400px;
	background-color: lime;*/
	font-size: 12px;
	height: 25px;
	line-height: 25px;
}

div#search form,
div#search form dl,
div#search form dl dt,
div#search form dl dd	
{
	display: inline;
	width: auto;
	margin: 0;
	padding: 0;
}

div#search form dl dt label
{
	width: 70px;
}
div#search form dl dd input#search {
    background:transparent;
    color:white;
    border:0px;	
    display: inline;
   /* background-color: blue;*/
    height:24px;
    line-height: 24px;
    
}

input#q {
    width:200px;
    border:1px solid #CCC;
    padding-top:0px;
}
    
#form_table_new
{
	margin-top: 20px;
	margin-left: 20px;
}
/************** myaccount ***************/
div#userdetails dl.zend_form {
    width:420px;
    font-size:12px;
}
div#userdetails dl.zend_form dt
{
    width:170px;
    margin-left:20px;
    float:left;
    margin-bottom:10px;
}

div#userdetails dl.zend_form dd
{
    width:200px;
    margin-left:20px;
    float:left;
    margin-bottom:10px;
}

div#terms {
	width:250px;
	margin:10px;
}
div#terms dl.zend_form dt#agree-label {
	width:200px;	
}
div#terms dl.zend_form dd#agree-element {
	float:right;
	margin-top:-12px;
}
div#terms dl.zend_form dt#cancel-label,
 div#terms dl.zend_form dt#continue-label, 
 div#terms dl.zend_form dt#request-label, 
 div#terms dl.zend_form dt#plugin-label {
	display:none;
}

div#terms dl.zend_form dd#continue-element {
	padding-left:80px;
}
