/* 
Newgistics CSS

Form-specific Styles

*/

div#homelowerbar textarea {
	width:280px;
	height:145px;
}

div.caption {
	color:#fff;
	background: #7A7A7A;
	padding: 10px 5px 33px;
}

.track {
	float: right;
	margin-right: 3px;
	margin-top: 5px;
	border: 0px outset #28292D;
	background-color: #28292D;
}


input.track {
	color: white;
	font-size: 12px;
	width: 40px;
	cursor: pointer;
}

.iCIMS_Button {
	margin-right: 24px;
	margin-top: 5px;
	border: 0px outset #919295;
	background-color: #919295;
}

input.iCIMS_Button {
	color: white;
	font-size: 12px;
}

.Field_SearchMultiSelect {
	width:100%;
	}
	
select {
color:#454545;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}

div#righttricolumn form input .track{
	color: red;
	float: right;
}

div#righttricolumn .track input{
	color: #f2a807;
}
	

div#loginmouseover form {
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 15px;
}

div#loginmouseover form input {
	background:#ffffff;
	width:125px;
	height:12px;
	border:1px solid #cccccc;
	color:#333333;
	font-size:10px;
	margin:8px 0px 0px 0px;
	font-family:helvetica, arial, san-serif;
	padding:3px 0px 3px 7px;
	float:left;
}

div#loginmouseover form input.searchbutton {
	background:none;
	width:auto;
	height:auto;
	float:left;
	border:0px;
	padding:0px 0px 0px 0px;
	margin:3px 0px 0px 0px;
}

div#form_submit
{
    clear: both;
}
div#middle_form { 
	width:540px;
	float:left;
	text-align:left;
	height: inherit; 
	margin:0px 0px 0px 0px; 
	padding:35px 0px 0px 0px;
	border:0px solid orange;
}

.trackLink
{
    font-size: smaller;
    font-weight: normal;
    margin-left: 0px;
    font-size: 11px;
}

div.txt 
{
    position: relative;
    float: left;
    width: 540px;
    padding-left: 2px;
    padding-right: 2px;
}
div.txt input,
div.txt select {
    display: block;
    width: 240px;
}
div.txt2 input {
    display: block;
    width: 240px;
}

div.txt_lft 
{
    position: relative;
    float: left;
    clear: both;
    width: 266px;
    padding-left: 2px;
    padding-right: 2px;
}
div.txt_lft input,
div.txt_lft select {
    display: block;
    width: 240px;
}
div.txt2_lft input {
    display: block;
    width: 240px;
}

div.txt_rgt 
{
   position: relative;
   float: left;
   width: 266px;
   padding-left: 2px;
   padding-right: 2px;
}
div.txt_rgt input,
div.txt_rgt select {
    display: block;
    width: 240px;
}
div.txt2_rgt input {
    display: block;
    width: 240px;
}
div.txt_container 
{
    padding-top: 10px;
    height: 42px;
}

.infoMsgStyle
{
    font-size = 8px;
    color: Blue;
}
.errMsgStyle
{
    font-size = 8px;
    color: Red;
}

