/*
Theme Name: Ms. Feng Shui
Theme URI: http://www.msfengshui.com
Description: Custom WordPress Theme made by <a href="http://www.madebyguerrilla.com">Guerrilla</a>.
Tags: guerrilla, theme, custom, framework
Version: 1.0
Author: Mike Smith
Author URI: http://www.madebyguerrilla.com
*/

/* Default Stylesheet */
@import url('css/default.css');

/*****************************************************
	
	You may add css codes under this line which will
	Allow you to overwrite any CSS that is in your
	default.css file.
	
*****************************************************/

.rss_input {
	width: 188px;
	height: 14px;
	padding: 10px;
	margin: 3px 10px 0 0;
	background: #d6d2b0;
	border: 1px solid #c0bc9e;
	color: #747474;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.rss_submit {
	width: 80px;
	padding: 10px;
	margin: 3px 0 0 0;
	background: #c0bc9e;
	border: 0;
	color: #747474;
	font-weight: bold;
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}