<?php
//-----------------------------------------------------------------------------
//
// Copyright    : (c) 2008 camworld.tv
//
// unauthorized copying or distribution as whole or in parts prohibited.
//
//-----------------------------------------------------------------------------


header('content-type: text/css');
include_once('ihelpers.php');
?>

a:link,a:visited,a:hover,a:active{
color:<?=$_SESSION['globalSessionWebmaster']->paneTxtColor?>;
}

label { 
display:block;  /* block float the labels to left column, set a width */
float:left; 
width:50%; 
padding:0; 
margin:5px 0 0; /* set top margin same as form input - textarea etc. elements */
text-align:left; 
}

input.senderlogin {
/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
width:120px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
margin-left:0; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
margin-right:auto;
text-align:left;
}



