/*
Name:        chrome.css
Author:      Roxanne Martinez
Description: Chrome/Safari-specific CSS definitions
Created:     12 Jan 2012
Modified:   
Notes:       This file should contain ONLY definitions for Chrome/Safari
*/

@media all
{
	#addCasePadding{
		height: 3px !important;
	}
	
	.addCaseChrome{
		margin-left: 5px !important;
	}
	
	a.specialArrow
	{
		top: 2px !important;
	}

	input[type="text"], input[type="password"]
	{
		padding-left: 2px;
	}

	#top_un
	{
		width: 120px;
	}

	#top_pw
	{
		width: 120px;
	}

	input.printItem, input.emailItem
	{
		/*top: -3px !important;
		position: relative;*/
	}

	img.specialWithIcon
	{
		margin-left: 65px;
	}

	a.itemQtyLink
	{
		top: 0px;
	}
}