/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


.sacmarklabs {
	background-image: url('images/sacmarklabs.jpg');
	width: 334px;
	height: 401px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sacmarklabs input[type="text"].name {
	margin-top: 192px;
}

.sacmarklabs input[type="image"].submit {
	height: 49px;
	width: 282px;
	display: block;
	margin-left: 25px;
	margin-top: 2px;
	background-image: url('images/access.png');
	background-position: left top;
}

.sacmarklabs input[type="image"].submit:hover {
	background-position: left bottom;
}

.sacmarklabs input[type="text"] {
background:#9acae2 url(images/text-box-long.png) repeat scroll center -2px;
border:0 none;
font-size:12px;
height:27px;
line-height:30px;
margin-bottom:0;
margin-left:25px;
padding-left:6px;
padding-right:6px;
padding-top:4px;
width:272px;
}

