/*
 Theme Name:     Dash Dot Development
 Theme URI:      
 Description:    Dash Dot Development
 Author:         Dash Dot Development
 Author URI:     www.dashdot.ie
 Template:       twentyeleven
 Version:        1.0.0
*/

@import url("../twentyeleven/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

input[type="text"],input[type="email"],input[type="url"]
{
    background-color: #F1F1F1;
    color: #000;
    width: 50%;
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}